Shades of Ice Cold #A5EADB
Tints of Ice Cold #A5EADB
RGB
CMYK
RGB Variations
Color information
#A5EADB (or 0xA5EADB) is known color: Ice Cold. HEX triplet: A5, EA and DB. RGB value is (165,234,219). Sum of RGB (Red+Green+Blue) = 165+234+219=618 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.70% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EADB is #5A1524. Grayscale: #D3D3D3. Windows color (decimal): -5903653 or 14412453. OLE color: 14412453.
HSL color Cylindrical-coordinate representation of color #A5EADB: hue angle of 166.96º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EADB is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 219 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.08 |
| HSL | 166.96º | 0.62% | 0.78% | - |
| HSV(B) | 166.96º | 0.29% | 0.92% | - |
| XYZ | 57.73 | 71.96 | 77.86 | - |
| YUV | 211.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 219 | 0.29 | 0 | 0.06 | 0.08 | 166.96 | 0.62 | 0.78 |
| Hex | A5 | EA | DB | 1D | 0 | 6 | 8 | A7 | 3E | 4E |
| Octal | 245 | 352 | 333 | 35 | 0 | 6 | 10 | 247 | 76 | 116 |
| Binary | 10100101 | 11101010 | 11011011 | 11101 | 0 | 110 | 1000 | 10100111 | 111110 | 1001110 |
Color Harmonies of #A5EADB
Complementary color
Monochromatic Colors of #A5EADB
Black with #A5EADB
Text Example
Text Example
White with #A5EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EADB; }
p { color: rgb(165,234,219); }
H1.HeaderClassName
{
color: #A5EADB;
}
.AnyTagClassName
{
color: #A5EADB;
}
</style>
background-color css
<style>
a { background-color: #A5EADB; }
a { background-color: rgb(165,234,219); }
div.DivClassName
{
background-color: #A5EADB;
}
.BgClassName
{
background-color: #A5EADB;
}
</style>
border-color css
<style>
span { border-color: #A5EADB; }
span { border-color: rgb(165,234,219); }
td.TdClassName
{
border-color: #A5EADB;
}
.TagClassName
{
border-color: #A5EADB;
}
</style>