Color: #1CBBFF

#1CBBFF Color Information

#1CBBFF is a light color. The closest websafe version is #1CBBFF. A complement of this color would be #FF5E19, perceived brightness is 0.58, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 198°,a saturation of 99%, and a lightness of 55%.The HSV representation shows a hue of 198°, a saturation of 100%, and a value of 100%.

In a RGB color space, #1CBBFF is composed of 11% red, 73% green and 100% blue. Whereas in a CMYK color space, it is composed of 89% cyan, 27% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 41.94, x: 0.2231, and y: 0.2756.

Color Code #1CBBFF

HEX
#1CBBFF
RGB
rgb(28, 187, 255)
HSL
hsl(198, 100%, 55%)
HSV
hsv(198, 89%, 100%)
CMYK
89%, 27%, 0%, 0%
XYZ
X: 33.95, Y: 41.94, Z: 76.26
Lab
L: 70.83, a: -21.21, b: -45.10
Name

Shades of Color #1CBBFF

Shades are created by darkening the original color #1CBBFF in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #1CBBFF

Tints are created by lightening the original color #1CBBFF in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #1CBBFF Color Code

In the HSL color space, this color has a hue angle of 198°, a saturation of 100%, and a lightness of 55%. The HSV representation shows a hue of 198°, a saturation of 89%, and a value of 100%.

  • HEX: #1CBBFF
  • RGB: rgb(28, 187, 255)
  • HSL: hsl(198, 100%, 55%)
  • HSV: hsv(198, 89%, 100%)
  • CMYK: 89.00% cyan, 27.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 33.95, 41.94, 76.26
  • Yxy: 41.94, 0.2231, 0.2756
  • Hunter Lab: 70.83, -21.21, -45.10
  • CIE-Lab: 70.83, -21.21, -45.10

In the XYZ color space, this color is represented as X: 33.95, Y: 41.94, Z: 76.26. The Yxy representation further refines this as Y: 41.94, x: 0.2231, and y: 0.2756.

In the Hunter Lab color space, this color is represented as L: 70.83, a: -21.21, and b: -45.10. Similarly, in the CIE-Lab color space, it is represented as L: 70.83, a: -21.21, and b: -45.10.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #1CBBFF

Triadic colors are three colors evenly spaced around the color wheel, including #1CBBFF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #1CBBFF

Analogous colors are adjacent to #1CBBFF on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #1CBBFF

Monochromatic colors are variations of #1CBBFF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #1CBBFF

The complementary color of #1CBBFF is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #1CBBFF

/* Using HEX */
body {
  background-color: #1cbbff;
}
/* Using RGB */
body {
  background-color: rgb(28, 187, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(28, 187, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(198, 100%, 55%);
}
/* Text color */
p {
  color: #1cbbff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #1cbbff;
}

HTML Examples of #1CBBFF

<!-- Using HEX -->
<div style="background-color: #1cbbff; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(28, 187, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(28, 187, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(198, 100%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #1cbbff;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #1cbbff; width: 100px; height: 100px;"></div>

Related Colors of #1CBBFF

These colors are similar to #1CBBFF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.