Shades of Ice Cold #9AF0DD
Tints of Ice Cold #9AF0DD
RGB
CMYK
RGB Variations
Color information
#9AF0DD (or 0x9AF0DD) is known color: Ice Cold. HEX triplet: 9A, F0 and DD. RGB value is (154,240,221). Sum of RGB (Red+Green+Blue) = 154+240+221=615 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.04% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF0DD is #650F22. Grayscale: #D4D4D4. Windows color (decimal): -6623011 or 14545050. OLE color: 14545050.
HSL color Cylindrical-coordinate representation of color #9AF0DD: hue angle of 166.74º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF0DD is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 221 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.06 |
| HSL | 166.74º | 0.74% | 0.77% | - |
| HSV(B) | 166.74º | 0.36% | 0.94% | - |
| XYZ | 57.54 | 74.41 | 79.74 | - |
| YUV | 212.12 | 133.01 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 221 | 0.36 | 0 | 0.08 | 0.06 | 166.74 | 0.74 | 0.77 |
| Hex | 9A | F0 | DD | 24 | 0 | 8 | 6 | A7 | 4A | 4D |
| Octal | 232 | 360 | 335 | 44 | 0 | 10 | 6 | 247 | 112 | 115 |
| Binary | 10011010 | 11110000 | 11011101 | 100100 | 0 | 1000 | 110 | 10100111 | 1001010 | 1001101 |
Color Harmonies of #9AF0DD
Complementary color
Monochromatic Colors of #9AF0DD
Black with #9AF0DD
Text Example
Text Example
White with #9AF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF0DD; }
p { color: rgb(154,240,221); }
H1.HeaderClassName
{
color: #9AF0DD;
}
.AnyTagClassName
{
color: #9AF0DD;
}
</style>
background-color css
<style>
a { background-color: #9AF0DD; }
a { background-color: rgb(154,240,221); }
div.DivClassName
{
background-color: #9AF0DD;
}
.BgClassName
{
background-color: #9AF0DD;
}
</style>
border-color css
<style>
span { border-color: #9AF0DD; }
span { border-color: rgb(154,240,221); }
td.TdClassName
{
border-color: #9AF0DD;
}
.TagClassName
{
border-color: #9AF0DD;
}
</style>