Shades of Ice Cold #9AF1DD
Tints of Ice Cold #9AF1DD
RGB
CMYK
RGB Variations
Color information
#9AF1DD (or 0x9AF1DD) is known color: Ice Cold. HEX triplet: 9A, F1 and DD. RGB value is (154,241,221). Sum of RGB (Red+Green+Blue) = 154+241+221=616 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF1DD is #650E22. Grayscale: #D4D4D4. Windows color (decimal): -6622755 or 14545306. OLE color: 14545306.
HSL color Cylindrical-coordinate representation of color #9AF1DD: hue angle of 166.21º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF1DD is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 241 | 221 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.05 |
| HSL | 166.21º | 0.76% | 0.77% | - |
| HSV(B) | 166.21º | 0.36% | 0.95% | - |
| XYZ | 57.83 | 75 | 79.84 | - |
| YUV | 212.71 | 132.68 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 241 | 221 | 0.36 | 0 | 0.08 | 0.05 | 166.21 | 0.76 | 0.77 |
| Hex | 9A | F1 | DD | 24 | 0 | 8 | 5 | A6 | 4C | 4D |
| Octal | 232 | 361 | 335 | 44 | 0 | 10 | 5 | 246 | 114 | 115 |
| Binary | 10011010 | 11110001 | 11011101 | 100100 | 0 | 1000 | 101 | 10100110 | 1001100 | 1001101 |
Color Harmonies of #9AF1DD
Complementary color
Monochromatic Colors of #9AF1DD
Black with #9AF1DD
Text Example
Text Example
White with #9AF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF1DD; }
p { color: rgb(154,241,221); }
H1.HeaderClassName
{
color: #9AF1DD;
}
.AnyTagClassName
{
color: #9AF1DD;
}
</style>
background-color css
<style>
a { background-color: #9AF1DD; }
a { background-color: rgb(154,241,221); }
div.DivClassName
{
background-color: #9AF1DD;
}
.BgClassName
{
background-color: #9AF1DD;
}
</style>
border-color css
<style>
span { border-color: #9AF1DD; }
span { border-color: rgb(154,241,221); }
td.TdClassName
{
border-color: #9AF1DD;
}
.TagClassName
{
border-color: #9AF1DD;
}
</style>