Shades of Ice Cold #9AE8D6
Tints of Ice Cold #9AE8D6
RGB
CMYK
RGB Variations
Color information
#9AE8D6 (or 0x9AE8D6) is known color: Ice Cold. HEX triplet: 9A, E8 and D6. RGB value is (154,232,214). Sum of RGB (Red+Green+Blue) = 154+232+214=600 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.67% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 232 - color contains mainly: green. Hex color #9AE8D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE8D6 is #651729. Grayscale: #CECECE. Windows color (decimal): -6625066 or 14084250. OLE color: 14084250.
HSL color Cylindrical-coordinate representation of color #9AE8D6: hue angle of 166.15º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE8D6 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 232 | 214 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.09 |
| HSL | 166.15º | 0.63% | 0.76% | - |
| HSV(B) | 166.15º | 0.34% | 0.91% | - |
| XYZ | 54.32 | 69.44 | 74.16 | - |
| YUV | 206.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 232 | 214 | 0.34 | 0 | 0.08 | 0.09 | 166.15 | 0.63 | 0.76 |
| Hex | 9A | E8 | D6 | 22 | 0 | 8 | 9 | A6 | 3F | 4C |
| Octal | 232 | 350 | 326 | 42 | 0 | 10 | 11 | 246 | 77 | 114 |
| Binary | 10011010 | 11101000 | 11010110 | 100010 | 0 | 1000 | 1001 | 10100110 | 111111 | 1001100 |
Color Harmonies of #9AE8D6
Complementary color
Monochromatic Colors of #9AE8D6
Black with #9AE8D6
Text Example
Text Example
White with #9AE8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE8D6; }
p { color: rgb(154,232,214); }
H1.HeaderClassName
{
color: #9AE8D6;
}
.AnyTagClassName
{
color: #9AE8D6;
}
</style>
background-color css
<style>
a { background-color: #9AE8D6; }
a { background-color: rgb(154,232,214); }
div.DivClassName
{
background-color: #9AE8D6;
}
.BgClassName
{
background-color: #9AE8D6;
}
</style>
border-color css
<style>
span { border-color: #9AE8D6; }
span { border-color: rgb(154,232,214); }
td.TdClassName
{
border-color: #9AE8D6;
}
.TagClassName
{
border-color: #9AE8D6;
}
</style>