Shades of Ice Cold #9EEBDF
Tints of Ice Cold #9EEBDF
RGB
CMYK
RGB Variations
Color information
#9EEBDF (or 0x9EEBDF) is known color: Ice Cold. HEX triplet: 9E, EB and DF. RGB value is (158,235,223). Sum of RGB (Red+Green+Blue) = 158+235+223=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBDF is #611420. Grayscale: #D2D2D2. Windows color (decimal): -6362145 or 14674846. OLE color: 14674846.
HSL color Cylindrical-coordinate representation of color #9EEBDF: hue angle of 170.65º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBDF is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 235 | 223 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.08 |
| HSL | 170.65º | 0.66% | 0.77% | - |
| HSV(B) | 170.65º | 0.33% | 0.92% | - |
| XYZ | 57.13 | 72.01 | 80.7 | - |
| YUV | 210.61 | 134.99 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 235 | 223 | 0.33 | 0 | 0.05 | 0.08 | 170.65 | 0.66 | 0.77 |
| Hex | 9E | EB | DF | 21 | 0 | 5 | 8 | AB | 42 | 4D |
| Octal | 236 | 353 | 337 | 41 | 0 | 5 | 10 | 253 | 102 | 115 |
| Binary | 10011110 | 11101011 | 11011111 | 100001 | 0 | 101 | 1000 | 10101011 | 1000010 | 1001101 |
Color Harmonies of #9EEBDF
Complementary color
Monochromatic Colors of #9EEBDF
Black with #9EEBDF
Text Example
Text Example
White with #9EEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEBDF; }
p { color: rgb(158,235,223); }
H1.HeaderClassName
{
color: #9EEBDF;
}
.AnyTagClassName
{
color: #9EEBDF;
}
</style>
background-color css
<style>
a { background-color: #9EEBDF; }
a { background-color: rgb(158,235,223); }
div.DivClassName
{
background-color: #9EEBDF;
}
.BgClassName
{
background-color: #9EEBDF;
}
</style>
border-color css
<style>
span { border-color: #9EEBDF; }
span { border-color: rgb(158,235,223); }
td.TdClassName
{
border-color: #9EEBDF;
}
.TagClassName
{
border-color: #9EEBDF;
}
</style>