Color: #CBEEEF
#CBEEEF Color Information
#CBEEEF is a light color. The closest websafe version is #CBEEEF. A complement of this color would be #EFCDCC, perceived brightness is 0.89, and the grayscale version is #DDDDDD.
In the HSL color space, this color has a hue angle of 182°,a saturation of 53%, and a lightness of 87%.The HSV representation shows a hue of 182°, a saturation of 15%, and a value of 94%.
In a RGB color space, #CBEEEF is composed of 80% red, 93% green and 94% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 79.81, x: 0.3214, and y: 0.3597.
Color Code #CBEEEF
Shades of Color #CBEEEF
Shades are created by darkening the original color #CBEEEF 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 #CBEEEF
Tints are created by lightening the original color #CBEEEF 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 #CBEEEF Color Code
In the HSL color space, this color has a hue angle of 182°, a saturation of 53%, and a lightness of 87%. The HSV representation shows a hue of 182°, a saturation of 15%, and a value of 94%.
- HEX: #CBEEEF
- RGB: rgb(203, 238, 239)
- HSL: hsl(182, 53%, 87%)
- HSV: hsv(182, 15%, 94%)
- CMYK: 15.00% cyan, 0.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 71.32, 79.81, 70.78
- Yxy: 79.81, 0.3214, 0.3597
- Hunter Lab: 91.60, -11.62, -4.51
- CIE-Lab: 91.60, -11.62, -4.51
In the XYZ color space, this color is represented as X: 71.32, Y: 79.81, Z: 70.78. The Yxy representation further refines this as Y: 79.81, x: 0.3214, and y: 0.3597.
In the Hunter Lab color space, this color is represented as L: 91.60, a: -11.62, and b: -4.51. Similarly, in the CIE-Lab color space, it is represented as L: 91.60, a: -11.62, and b: -4.51.
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 #CBEEEF
Triadic colors are three colors evenly spaced around the color wheel, including #CBEEEF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CBEEEF
Split complementary colors are two colors adjacent to the complementary color of #CBEEEF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CBEEEF
Monochromatic colors are variations of #CBEEEF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CBEEEF
The complementary color of #CBEEEF 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 #CBEEEF
/* Using HEX */ body { background-color: #cbeeef; }
/* Using RGB */ body { background-color: rgb(203, 238, 239); }
/* Using RGB with opacity */ body { background-color: rgba(203, 238, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(182, 53%, 87%); }
/* Text color */ p { color: #cbeeef; }
/* Box shadow */ div { box-shadow: 4px 4px #cbeeef; }
/* Border color */ .box { border: 4px solid #cbeeef; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cbeeef; }
/* Background with text */ div { background: #cbeeef; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CBEEEF
<!-- Using HEX --> <div style="background-color: #cbeeef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 238, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 238, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(182, 53%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cbeeef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cbeeef; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cbeeef; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cbeeef;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cbeeef; color: #fff; padding: 16px; border-radius: 8px;"> #CBEEEF </div>
Related Colors of #CBEEEF
These colors are similar to #CBEEEF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.