Shades of Ice Cold #9BE7DD
Tints of Ice Cold #9BE7DD
RGB
CMYK
RGB Variations
Color information
#9BE7DD (or 0x9BE7DD) is known color: Ice Cold. HEX triplet: 9B, E7 and DD. RGB value is (155,231,221). Sum of RGB (Red+Green+Blue) = 155+231+221=607 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.54% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE7DD is #641822. Grayscale: #CFCFCF. Windows color (decimal): -6559779 or 14542747. OLE color: 14542747.
HSL color Cylindrical-coordinate representation of color #9BE7DD: hue angle of 172.11º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE7DD is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 231 | 221 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.09 |
| HSL | 172.11º | 0.61% | 0.76% | - |
| HSV(B) | 172.11º | 0.33% | 0.91% | - |
| XYZ | 55.14 | 69.34 | 78.88 | - |
| YUV | 207.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 231 | 221 | 0.33 | 0 | 0.04 | 0.09 | 172.11 | 0.61 | 0.76 |
| Hex | 9B | E7 | DD | 21 | 0 | 4 | 9 | AC | 3D | 4C |
| Octal | 233 | 347 | 335 | 41 | 0 | 4 | 11 | 254 | 75 | 114 |
| Binary | 10011011 | 11100111 | 11011101 | 100001 | 0 | 100 | 1001 | 10101100 | 111101 | 1001100 |
Color Harmonies of #9BE7DD
Complementary color
Monochromatic Colors of #9BE7DD
Black with #9BE7DD
Text Example
Text Example
White with #9BE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE7DD; }
p { color: rgb(155,231,221); }
H1.HeaderClassName
{
color: #9BE7DD;
}
.AnyTagClassName
{
color: #9BE7DD;
}
</style>
background-color css
<style>
a { background-color: #9BE7DD; }
a { background-color: rgb(155,231,221); }
div.DivClassName
{
background-color: #9BE7DD;
}
.BgClassName
{
background-color: #9BE7DD;
}
</style>
border-color css
<style>
span { border-color: #9BE7DD; }
span { border-color: rgb(155,231,221); }
td.TdClassName
{
border-color: #9BE7DD;
}
.TagClassName
{
border-color: #9BE7DD;
}
</style>