Shades of Ice Cold #9BF0DD
Tints of Ice Cold #9BF0DD
RGB
CMYK
RGB Variations
Color information
#9BF0DD (or 0x9BF0DD) is known color: Ice Cold. HEX triplet: 9B, F0 and DD. RGB value is (155,240,221). Sum of RGB (Red+Green+Blue) = 155+240+221=616 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.16% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF0DD is #640F22. Grayscale: #D4D4D4. Windows color (decimal): -6557475 or 14545051. OLE color: 14545051.
HSL color Cylindrical-coordinate representation of color #9BF0DD: hue angle of 166.59º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BF0DD is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 240 | 221 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.06 |
| HSL | 166.59º | 0.74% | 0.77% | - |
| HSV(B) | 166.59º | 0.35% | 0.94% | - |
| XYZ | 57.73 | 74.51 | 79.75 | - |
| YUV | 212.42 | 132.84 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 240 | 221 | 0.35 | 0 | 0.08 | 0.06 | 166.59 | 0.74 | 0.77 |
| Hex | 9B | F0 | DD | 23 | 0 | 8 | 6 | A7 | 4A | 4D |
| Octal | 233 | 360 | 335 | 43 | 0 | 10 | 6 | 247 | 112 | 115 |
| Binary | 10011011 | 11110000 | 11011101 | 100011 | 0 | 1000 | 110 | 10100111 | 1001010 | 1001101 |
Color Harmonies of #9BF0DD
Complementary color
Monochromatic Colors of #9BF0DD
Black with #9BF0DD
Text Example
Text Example
White with #9BF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF0DD; }
p { color: rgb(155,240,221); }
H1.HeaderClassName
{
color: #9BF0DD;
}
.AnyTagClassName
{
color: #9BF0DD;
}
</style>
background-color css
<style>
a { background-color: #9BF0DD; }
a { background-color: rgb(155,240,221); }
div.DivClassName
{
background-color: #9BF0DD;
}
.BgClassName
{
background-color: #9BF0DD;
}
</style>
border-color css
<style>
span { border-color: #9BF0DD; }
span { border-color: rgb(155,240,221); }
td.TdClassName
{
border-color: #9BF0DD;
}
.TagClassName
{
border-color: #9BF0DD;
}
</style>