Shades of Ice Cold #9AEEDB
Tints of Ice Cold #9AEEDB
RGB
CMYK
RGB Variations
Color information
#9AEEDB (or 0x9AEEDB) is known color: Ice Cold. HEX triplet: 9A, EE and DB. RGB value is (154,238,219). Sum of RGB (Red+Green+Blue) = 154+238+219=611 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.20% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEEDB is #651124. Grayscale: #D2D2D2. Windows color (decimal): -6623525 or 14413466. OLE color: 14413466.
HSL color Cylindrical-coordinate representation of color #9AEEDB: hue angle of 166.43º degrees, saturation: 0.71, 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 #9AEEDB is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 238 | 219 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.07 |
| HSL | 166.43º | 0.71% | 0.77% | - |
| HSV(B) | 166.43º | 0.35% | 0.93% | - |
| XYZ | 56.69 | 73.13 | 78.15 | - |
| YUV | 210.72 | 132.67 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 238 | 219 | 0.35 | 0 | 0.08 | 0.07 | 166.43 | 0.71 | 0.77 |
| Hex | 9A | EE | DB | 23 | 0 | 8 | 7 | A6 | 47 | 4D |
| Octal | 232 | 356 | 333 | 43 | 0 | 10 | 7 | 246 | 107 | 115 |
| Binary | 10011010 | 11101110 | 11011011 | 100011 | 0 | 1000 | 111 | 10100110 | 1000111 | 1001101 |
Color Harmonies of #9AEEDB
Complementary color
Monochromatic Colors of #9AEEDB
Black with #9AEEDB
Text Example
Text Example
White with #9AEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEEDB; }
p { color: rgb(154,238,219); }
H1.HeaderClassName
{
color: #9AEEDB;
}
.AnyTagClassName
{
color: #9AEEDB;
}
</style>
background-color css
<style>
a { background-color: #9AEEDB; }
a { background-color: rgb(154,238,219); }
div.DivClassName
{
background-color: #9AEEDB;
}
.BgClassName
{
background-color: #9AEEDB;
}
</style>
border-color css
<style>
span { border-color: #9AEEDB; }
span { border-color: rgb(154,238,219); }
td.TdClassName
{
border-color: #9AEEDB;
}
.TagClassName
{
border-color: #9AEEDB;
}
</style>