Shades of Ice Cold #9AEDDB
Tints of Ice Cold #9AEDDB
RGB
CMYK
RGB Variations
Color information
#9AEDDB (or 0x9AEDDB) is known color: Ice Cold. HEX triplet: 9A, ED and DB. RGB value is (154,237,219). Sum of RGB (Red+Green+Blue) = 154+237+219=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEDDB is #651224. Grayscale: #D2D2D2. Windows color (decimal): -6623781 or 14413210. OLE color: 14413210.
HSL color Cylindrical-coordinate representation of color #9AEDDB: hue angle of 166.99º 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 #9AEDDB is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 219 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.07 |
| HSL | 166.99º | 0.7% | 0.77% | - |
| HSV(B) | 166.99º | 0.35% | 0.93% | - |
| XYZ | 56.4 | 72.55 | 78.05 | - |
| YUV | 210.13 | 133 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 219 | 0.35 | 0 | 0.08 | 0.07 | 166.99 | 0.7 | 0.77 |
| Hex | 9A | ED | DB | 23 | 0 | 8 | 7 | A7 | 46 | 4D |
| Octal | 232 | 355 | 333 | 43 | 0 | 10 | 7 | 247 | 106 | 115 |
| Binary | 10011010 | 11101101 | 11011011 | 100011 | 0 | 1000 | 111 | 10100111 | 1000110 | 1001101 |
Color Harmonies of #9AEDDB
Complementary color
Monochromatic Colors of #9AEDDB
Black with #9AEDDB
Text Example
Text Example
White with #9AEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEDDB; }
p { color: rgb(154,237,219); }
H1.HeaderClassName
{
color: #9AEDDB;
}
.AnyTagClassName
{
color: #9AEDDB;
}
</style>
background-color css
<style>
a { background-color: #9AEDDB; }
a { background-color: rgb(154,237,219); }
div.DivClassName
{
background-color: #9AEDDB;
}
.BgClassName
{
background-color: #9AEDDB;
}
</style>
border-color css
<style>
span { border-color: #9AEDDB; }
span { border-color: rgb(154,237,219); }
td.TdClassName
{
border-color: #9AEDDB;
}
.TagClassName
{
border-color: #9AEDDB;
}
</style>