Shades of Jagged Ice #CAF1EA
Tints of Jagged Ice #CAF1EA
RGB
CMYK
RGB Variations
Color information
#CAF1EA (or 0xCAF1EA) is known color: Jagged Ice. HEX triplet: CA, F1 and EA. RGB value is (202,241,234). Sum of RGB (Red+Green+Blue) = 202+241+234=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1EA is #350E15. Grayscale: #E4E4E4. Windows color (decimal): -3477014 or 15397322. OLE color: 15397322.
HSL color Cylindrical-coordinate representation of color #CAF1EA: hue angle of 169.23º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1EA is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 234 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.05 |
| HSL | 169.23º | 0.58% | 0.87% | - |
| HSV(B) | 169.23º | 0.16% | 0.95% | - |
| XYZ | 70.66 | 81.41 | 89.83 | - |
| YUV | 228.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 234 | 0.16 | 0 | 0.03 | 0.05 | 169.23 | 0.58 | 0.87 |
| Hex | CA | F1 | EA | 10 | 0 | 3 | 5 | A9 | 3A | 57 |
| Octal | 312 | 361 | 352 | 20 | 0 | 3 | 5 | 251 | 72 | 127 |
| Binary | 11001010 | 11110001 | 11101010 | 10000 | 0 | 11 | 101 | 10101001 | 111010 | 1010111 |
Color Harmonies of #CAF1EA
Complementary color
Monochromatic Colors of #CAF1EA
Black with #CAF1EA
Text Example
Text Example
White with #CAF1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1EA; }
p { color: rgb(202,241,234); }
H1.HeaderClassName
{
color: #CAF1EA;
}
.AnyTagClassName
{
color: #CAF1EA;
}
</style>
background-color css
<style>
a { background-color: #CAF1EA; }
a { background-color: rgb(202,241,234); }
div.DivClassName
{
background-color: #CAF1EA;
}
.BgClassName
{
background-color: #CAF1EA;
}
</style>
border-color css
<style>
span { border-color: #CAF1EA; }
span { border-color: rgb(202,241,234); }
td.TdClassName
{
border-color: #CAF1EA;
}
.TagClassName
{
border-color: #CAF1EA;
}
</style>