Shades of Jagged Ice #CBEEE8
Tints of Jagged Ice #CBEEE8
RGB
CMYK
RGB Variations
Color information
#CBEEE8 (or 0xCBEEE8) is known color: Jagged Ice. HEX triplet: CB, EE and E8. RGB value is (203,238,232). Sum of RGB (Red+Green+Blue) = 203+238+232=673 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.16% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEE8 is #341117. Grayscale: #E2E2E2. Windows color (decimal): -3412248 or 15265483. OLE color: 15265483.
HSL color Cylindrical-coordinate representation of color #CBEEE8: hue angle of 169.71º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEEE8 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 232 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.07 |
| HSL | 169.71º | 0.51% | 0.86% | - |
| HSV(B) | 169.71º | 0.15% | 0.93% | - |
| XYZ | 69.77 | 79.67 | 88.04 | - |
| YUV | 226.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 232 | 0.15 | 0 | 0.03 | 0.07 | 169.71 | 0.51 | 0.86 |
| Hex | CB | EE | E8 | F | 0 | 3 | 7 | AA | 33 | 56 |
| Octal | 313 | 356 | 350 | 17 | 0 | 3 | 7 | 252 | 63 | 126 |
| Binary | 11001011 | 11101110 | 11101000 | 1111 | 0 | 11 | 111 | 10101010 | 110011 | 1010110 |
Color Harmonies of #CBEEE8
Complementary color
Monochromatic Colors of #CBEEE8
Black with #CBEEE8
Text Example
Text Example
White with #CBEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEE8; }
p { color: rgb(203,238,232); }
H1.HeaderClassName
{
color: #CBEEE8;
}
.AnyTagClassName
{
color: #CBEEE8;
}
</style>
background-color css
<style>
a { background-color: #CBEEE8; }
a { background-color: rgb(203,238,232); }
div.DivClassName
{
background-color: #CBEEE8;
}
.BgClassName
{
background-color: #CBEEE8;
}
</style>
border-color css
<style>
span { border-color: #CBEEE8; }
span { border-color: rgb(203,238,232); }
td.TdClassName
{
border-color: #CBEEE8;
}
.TagClassName
{
border-color: #CBEEE8;
}
</style>