Shades of Ice Cold #A5E9E1
Tints of Ice Cold #A5E9E1
RGB
CMYK
RGB Variations
Color information
#A5E9E1 (or 0xA5E9E1) is known color: Ice Cold. HEX triplet: A5, E9 and E1. RGB value is (165,233,225). Sum of RGB (Red+Green+Blue) = 165+233+225=623 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.48% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9E1 is #5A161E. Grayscale: #D3D3D3. Windows color (decimal): -5903903 or 14805413. OLE color: 14805413.
HSL color Cylindrical-coordinate representation of color #A5E9E1: hue angle of 172.94º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E9E1 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 225 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.09 |
| HSL | 172.94º | 0.61% | 0.78% | - |
| HSV(B) | 172.94º | 0.29% | 0.91% | - |
| XYZ | 58.25 | 71.71 | 82.01 | - |
| YUV | 211.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 225 | 0.29 | 0 | 0.03 | 0.09 | 172.94 | 0.61 | 0.78 |
| Hex | A5 | E9 | E1 | 1D | 0 | 3 | 9 | AD | 3D | 4E |
| Octal | 245 | 351 | 341 | 35 | 0 | 3 | 11 | 255 | 75 | 116 |
| Binary | 10100101 | 11101001 | 11100001 | 11101 | 0 | 11 | 1001 | 10101101 | 111101 | 1001110 |
Color Harmonies of #A5E9E1
Complementary color
Monochromatic Colors of #A5E9E1
Black with #A5E9E1
Text Example
Text Example
White with #A5E9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E9E1; }
p { color: rgb(165,233,225); }
H1.HeaderClassName
{
color: #A5E9E1;
}
.AnyTagClassName
{
color: #A5E9E1;
}
</style>
background-color css
<style>
a { background-color: #A5E9E1; }
a { background-color: rgb(165,233,225); }
div.DivClassName
{
background-color: #A5E9E1;
}
.BgClassName
{
background-color: #A5E9E1;
}
</style>
border-color css
<style>
span { border-color: #A5E9E1; }
span { border-color: rgb(165,233,225); }
td.TdClassName
{
border-color: #A5E9E1;
}
.TagClassName
{
border-color: #A5E9E1;
}
</style>