Shades of Ice Cold #9AEDDC
Tints of Ice Cold #9AEDDC
RGB
CMYK
RGB Variations
Color information
#9AEDDC (or 0x9AEDDC) is known color: Ice Cold. HEX triplet: 9A, ED and DC. RGB value is (154,237,220). Sum of RGB (Red+Green+Blue) = 154+237+220=611 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.20% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEDDC is #651223. Grayscale: #D2D2D2. Windows color (decimal): -6623780 or 14478746. OLE color: 14478746.
HSL color Cylindrical-coordinate representation of color #9AEDDC: hue angle of 167.71º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEDDC is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 220 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.07 |
| HSL | 167.71º | 0.7% | 0.77% | - |
| HSV(B) | 167.71º | 0.35% | 0.93% | - |
| XYZ | 56.53 | 72.61 | 78.75 | - |
| YUV | 210.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 220 | 0.35 | 0 | 0.07 | 0.07 | 167.71 | 0.7 | 0.77 |
| Hex | 9A | ED | DC | 23 | 0 | 7 | 7 | A8 | 46 | 4D |
| Octal | 232 | 355 | 334 | 43 | 0 | 7 | 7 | 250 | 106 | 115 |
| Binary | 10011010 | 11101101 | 11011100 | 100011 | 0 | 111 | 111 | 10101000 | 1000110 | 1001101 |
Color Harmonies of #9AEDDC
Complementary color
Monochromatic Colors of #9AEDDC
Black with #9AEDDC
Text Example
Text Example
White with #9AEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEDDC; }
p { color: rgb(154,237,220); }
H1.HeaderClassName
{
color: #9AEDDC;
}
.AnyTagClassName
{
color: #9AEDDC;
}
</style>
background-color css
<style>
a { background-color: #9AEDDC; }
a { background-color: rgb(154,237,220); }
div.DivClassName
{
background-color: #9AEDDC;
}
.BgClassName
{
background-color: #9AEDDC;
}
</style>
border-color css
<style>
span { border-color: #9AEDDC; }
span { border-color: rgb(154,237,220); }
td.TdClassName
{
border-color: #9AEDDC;
}
.TagClassName
{
border-color: #9AEDDC;
}
</style>