Shades of Ice Cold #9BE6DD
Tints of Ice Cold #9BE6DD
RGB
CMYK
RGB Variations
Color information
#9BE6DD (or 0x9BE6DD) is known color: Ice Cold. HEX triplet: 9B, E6 and DD. RGB value is (155,230,221). Sum of RGB (Red+Green+Blue) = 155+230+221=606 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.58% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE6DD is #641922. Grayscale: #CECECE. Windows color (decimal): -6560035 or 14542491. OLE color: 14542491.
HSL color Cylindrical-coordinate representation of color #9BE6DD: hue angle of 172.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE6DD is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 230 | 221 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.10 |
| HSL | 172.8º | 0.6% | 0.75% | - |
| HSV(B) | 172.8º | 0.33% | 0.9% | - |
| XYZ | 54.87 | 68.78 | 78.79 | - |
| YUV | 206.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 230 | 221 | 0.33 | 0 | 0.04 | 0.10 | 172.8 | 0.6 | 0.75 |
| Hex | 9B | E6 | DD | 21 | 0 | 4 | A | AD | 3C | 4B |
| Octal | 233 | 346 | 335 | 41 | 0 | 4 | 12 | 255 | 74 | 113 |
| Binary | 10011011 | 11100110 | 11011101 | 100001 | 0 | 100 | 1010 | 10101101 | 111100 | 1001011 |
Color Harmonies of #9BE6DD
Complementary color
Monochromatic Colors of #9BE6DD
Black with #9BE6DD
Text Example
Text Example
White with #9BE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE6DD; }
p { color: rgb(155,230,221); }
H1.HeaderClassName
{
color: #9BE6DD;
}
.AnyTagClassName
{
color: #9BE6DD;
}
</style>
background-color css
<style>
a { background-color: #9BE6DD; }
a { background-color: rgb(155,230,221); }
div.DivClassName
{
background-color: #9BE6DD;
}
.BgClassName
{
background-color: #9BE6DD;
}
</style>
border-color css
<style>
span { border-color: #9BE6DD; }
span { border-color: rgb(155,230,221); }
td.TdClassName
{
border-color: #9BE6DD;
}
.TagClassName
{
border-color: #9BE6DD;
}
</style>