Shades of Ice Cold #A5EBE1
Tints of Ice Cold #A5EBE1
RGB
CMYK
RGB Variations
Color information
#A5EBE1 (or 0xA5EBE1) is known color: Ice Cold. HEX triplet: A5, EB and E1. RGB value is (165,235,225). Sum of RGB (Red+Green+Blue) = 165+235+225=625 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.4% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBE1 is #5A141E. Grayscale: #D4D4D4. Windows color (decimal): -5903391 or 14805925. OLE color: 14805925.
HSL color Cylindrical-coordinate representation of color #A5EBE1: hue angle of 171.43º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBE1 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 235 | 225 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.08 |
| HSL | 171.43º | 0.64% | 0.78% | - |
| HSV(B) | 171.43º | 0.3% | 0.92% | - |
| XYZ | 58.82 | 72.85 | 82.2 | - |
| YUV | 212.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 235 | 225 | 0.30 | 0 | 0.04 | 0.08 | 171.43 | 0.64 | 0.78 |
| Hex | A5 | EB | E1 | 1E | 0 | 4 | 8 | AB | 40 | 4E |
| Octal | 245 | 353 | 341 | 36 | 0 | 4 | 10 | 253 | 100 | 116 |
| Binary | 10100101 | 11101011 | 11100001 | 11110 | 0 | 100 | 1000 | 10101011 | 1000000 | 1001110 |
Color Harmonies of #A5EBE1
Complementary color
Monochromatic Colors of #A5EBE1
Black with #A5EBE1
Text Example
Text Example
White with #A5EBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EBE1; }
p { color: rgb(165,235,225); }
H1.HeaderClassName
{
color: #A5EBE1;
}
.AnyTagClassName
{
color: #A5EBE1;
}
</style>
background-color css
<style>
a { background-color: #A5EBE1; }
a { background-color: rgb(165,235,225); }
div.DivClassName
{
background-color: #A5EBE1;
}
.BgClassName
{
background-color: #A5EBE1;
}
</style>
border-color css
<style>
span { border-color: #A5EBE1; }
span { border-color: rgb(165,235,225); }
td.TdClassName
{
border-color: #A5EBE1;
}
.TagClassName
{
border-color: #A5EBE1;
}
</style>