Shades of Ice Cold #A8EDDB
Tints of Ice Cold #A8EDDB
RGB
CMYK
RGB Variations
Color information
#A8EDDB (or 0xA8EDDB) is known color: Ice Cold. HEX triplet: A8, ED and DB. RGB value is (168,237,219). Sum of RGB (Red+Green+Blue) = 168+237+219=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDDB is #571224. Grayscale: #D6D6D6. Windows color (decimal): -5706277 or 14413224. OLE color: 14413224.
HSL color Cylindrical-coordinate representation of color #A8EDDB: hue angle of 164.35º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDDB is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 219 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.07 |
| HSL | 164.35º | 0.66% | 0.79% | - |
| HSV(B) | 164.35º | 0.29% | 0.93% | - |
| XYZ | 59.22 | 74.01 | 78.18 | - |
| YUV | 214.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 219 | 0.29 | 0 | 0.08 | 0.07 | 164.35 | 0.66 | 0.79 |
| Hex | A8 | ED | DB | 1D | 0 | 8 | 7 | A4 | 42 | 4F |
| Octal | 250 | 355 | 333 | 35 | 0 | 10 | 7 | 244 | 102 | 117 |
| Binary | 10101000 | 11101101 | 11011011 | 11101 | 0 | 1000 | 111 | 10100100 | 1000010 | 1001111 |
Color Harmonies of #A8EDDB
Complementary color
Monochromatic Colors of #A8EDDB
Black with #A8EDDB
Text Example
Text Example
White with #A8EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDDB; }
p { color: rgb(168,237,219); }
H1.HeaderClassName
{
color: #A8EDDB;
}
.AnyTagClassName
{
color: #A8EDDB;
}
</style>
background-color css
<style>
a { background-color: #A8EDDB; }
a { background-color: rgb(168,237,219); }
div.DivClassName
{
background-color: #A8EDDB;
}
.BgClassName
{
background-color: #A8EDDB;
}
</style>
border-color css
<style>
span { border-color: #A8EDDB; }
span { border-color: rgb(168,237,219); }
td.TdClassName
{
border-color: #A8EDDB;
}
.TagClassName
{
border-color: #A8EDDB;
}
</style>