Shades of Ice Cold #A5EAE0
Tints of Ice Cold #A5EAE0
RGB
CMYK
RGB Variations
Color information
#A5EAE0 (or 0xA5EAE0) is known color: Ice Cold. HEX triplet: A5, EA and E0. RGB value is (165,234,224). Sum of RGB (Red+Green+Blue) = 165+234+224=623 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.48% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EAE0 is #5A151F. Grayscale: #D4D4D4. Windows color (decimal): -5903648 or 14740133. OLE color: 14740133.
HSL color Cylindrical-coordinate representation of color #A5EAE0: hue angle of 171.3º 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 #A5EAE0 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 224 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.08 |
| HSL | 171.3º | 0.62% | 0.78% | - |
| HSV(B) | 171.3º | 0.29% | 0.92% | - |
| XYZ | 58.39 | 72.23 | 81.38 | - |
| YUV | 212.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 224 | 0.29 | 0 | 0.04 | 0.08 | 171.3 | 0.62 | 0.78 |
| Hex | A5 | EA | E0 | 1D | 0 | 4 | 8 | AB | 3E | 4E |
| Octal | 245 | 352 | 340 | 35 | 0 | 4 | 10 | 253 | 76 | 116 |
| Binary | 10100101 | 11101010 | 11100000 | 11101 | 0 | 100 | 1000 | 10101011 | 111110 | 1001110 |
Color Harmonies of #A5EAE0
Complementary color
Monochromatic Colors of #A5EAE0
Black with #A5EAE0
Text Example
Text Example
White with #A5EAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EAE0; }
p { color: rgb(165,234,224); }
H1.HeaderClassName
{
color: #A5EAE0;
}
.AnyTagClassName
{
color: #A5EAE0;
}
</style>
background-color css
<style>
a { background-color: #A5EAE0; }
a { background-color: rgb(165,234,224); }
div.DivClassName
{
background-color: #A5EAE0;
}
.BgClassName
{
background-color: #A5EAE0;
}
</style>
border-color css
<style>
span { border-color: #A5EAE0; }
span { border-color: rgb(165,234,224); }
td.TdClassName
{
border-color: #A5EAE0;
}
.TagClassName
{
border-color: #A5EAE0;
}
</style>