Shades of Ice Cold #9AEDE0
Tints of Ice Cold #9AEDE0
RGB
CMYK
RGB Variations
Color information
#9AEDE0 (or 0x9AEDE0) is known color: Ice Cold. HEX triplet: 9A, ED and E0. RGB value is (154,237,224). Sum of RGB (Red+Green+Blue) = 154+237+224=615 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.04% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEDE0 is #65121F. Grayscale: #D2D2D2. Windows color (decimal): -6623776 or 14740890. OLE color: 14740890.
HSL color Cylindrical-coordinate representation of color #9AEDE0: hue angle of 170.6º 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 #9AEDE0 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 224 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.07 |
| HSL | 170.6º | 0.7% | 0.77% | - |
| HSV(B) | 170.6º | 0.35% | 0.93% | - |
| XYZ | 57.07 | 72.82 | 81.57 | - |
| YUV | 210.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 224 | 0.35 | 0 | 0.05 | 0.07 | 170.6 | 0.7 | 0.77 |
| Hex | 9A | ED | E0 | 23 | 0 | 5 | 7 | AB | 46 | 4D |
| Octal | 232 | 355 | 340 | 43 | 0 | 5 | 7 | 253 | 106 | 115 |
| Binary | 10011010 | 11101101 | 11100000 | 100011 | 0 | 101 | 111 | 10101011 | 1000110 | 1001101 |
Color Harmonies of #9AEDE0
Complementary color
Monochromatic Colors of #9AEDE0
Black with #9AEDE0
Text Example
Text Example
White with #9AEDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEDE0; }
p { color: rgb(154,237,224); }
H1.HeaderClassName
{
color: #9AEDE0;
}
.AnyTagClassName
{
color: #9AEDE0;
}
</style>
background-color css
<style>
a { background-color: #9AEDE0; }
a { background-color: rgb(154,237,224); }
div.DivClassName
{
background-color: #9AEDE0;
}
.BgClassName
{
background-color: #9AEDE0;
}
</style>
border-color css
<style>
span { border-color: #9AEDE0; }
span { border-color: rgb(154,237,224); }
td.TdClassName
{
border-color: #9AEDE0;
}
.TagClassName
{
border-color: #9AEDE0;
}
</style>