Shades of Ice Cold #9DEEDA
Tints of Ice Cold #9DEEDA
RGB
CMYK
RGB Variations
Color information
#9DEEDA (or 0x9DEEDA) is known color: Ice Cold. HEX triplet: 9D, EE and DA. RGB value is (157,238,218). Sum of RGB (Red+Green+Blue) = 157+238+218=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEEDA is #621125. Grayscale: #D3D3D3. Windows color (decimal): -6426918 or 14347933. OLE color: 14347933.
HSL color Cylindrical-coordinate representation of color #9DEEDA: hue angle of 165.19º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEEDA is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 238 | 218 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.07 |
| HSL | 165.19º | 0.7% | 0.77% | - |
| HSV(B) | 165.19º | 0.34% | 0.93% | - |
| XYZ | 57.13 | 73.38 | 77.48 | - |
| YUV | 211.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 218 | 0.34 | 0 | 0.08 | 0.07 | 165.19 | 0.7 | 0.77 |
| Hex | 9D | EE | DA | 22 | 0 | 8 | 7 | A5 | 46 | 4D |
| Octal | 235 | 356 | 332 | 42 | 0 | 10 | 7 | 245 | 106 | 115 |
| Binary | 10011101 | 11101110 | 11011010 | 100010 | 0 | 1000 | 111 | 10100101 | 1000110 | 1001101 |
Color Harmonies of #9DEEDA
Complementary color
Monochromatic Colors of #9DEEDA
Black with #9DEEDA
Text Example
Text Example
White with #9DEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEEDA; }
p { color: rgb(157,238,218); }
H1.HeaderClassName
{
color: #9DEEDA;
}
.AnyTagClassName
{
color: #9DEEDA;
}
</style>
background-color css
<style>
a { background-color: #9DEEDA; }
a { background-color: rgb(157,238,218); }
div.DivClassName
{
background-color: #9DEEDA;
}
.BgClassName
{
background-color: #9DEEDA;
}
</style>
border-color css
<style>
span { border-color: #9DEEDA; }
span { border-color: rgb(157,238,218); }
td.TdClassName
{
border-color: #9DEEDA;
}
.TagClassName
{
border-color: #9DEEDA;
}
</style>