Shades of Ice Cold #9EEDDB
Tints of Ice Cold #9EEDDB
RGB
CMYK
RGB Variations
Color information
#9EEDDB (or 0x9EEDDB) is known color: Ice Cold. HEX triplet: 9E, ED and DB. RGB value is (158,237,219). Sum of RGB (Red+Green+Blue) = 158+237+219=614 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.73% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDDB is #611224. Grayscale: #D3D3D3. Windows color (decimal): -6361637 or 14413214. OLE color: 14413214.
HSL color Cylindrical-coordinate representation of color #9EEDDB: hue angle of 166.33º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDDB is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 158 | 237 | 219 | - |
CMYK | 0.33 | 0 | 0.08 | 0.07 |
HSL | 166.33º | 0.69% | 0.77% | - |
HSV(B) | 166.33º | 0.33% | 0.93% | - |
XYZ | 57.17 | 72.95 | 78.09 | - |
YUV | 211.33 | 132.33 | 89.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 237 | 219 | 0.33 | 0 | 0.08 | 0.07 | 166.33 | 0.69 | 0.77 |
Hex | 9E | ED | DB | 21 | 0 | 8 | 7 | A6 | 45 | 4D |
Octal | 236 | 355 | 333 | 41 | 0 | 10 | 7 | 246 | 105 | 115 |
Binary | 10011110 | 11101101 | 11011011 | 100001 | 0 | 1000 | 111 | 10100110 | 1000101 | 1001101 |
Color Harmonies of #9EEDDB
Complementary color
Monochromatic Colors of #9EEDDB
Black with #9EEDDB
Text Example
Text Example
White with #9EEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEDDB; }
p { color: rgb(158,237,219); }
H1.HeaderClassName
{
color: #9EEDDB;
}
.AnyTagClassName
{
color: #9EEDDB;
}
</style>
background-color css
<style>
a { background-color: #9EEDDB; }
a { background-color: rgb(158,237,219); }
div.DivClassName
{
background-color: #9EEDDB;
}
.BgClassName
{
background-color: #9EEDDB;
}
</style>
border-color css
<style>
span { border-color: #9EEDDB; }
span { border-color: rgb(158,237,219); }
td.TdClassName
{
border-color: #9EEDDB;
}
.TagClassName
{
border-color: #9EEDDB;
}
</style>