Shades of Ice Cold #A5EADA
Tints of Ice Cold #A5EADA
RGB
CMYK
RGB Variations
Color information
#A5EADA (or 0xA5EADA) is known color: Ice Cold. HEX triplet: A5, EA and DA. RGB value is (165,234,218). Sum of RGB (Red+Green+Blue) = 165+234+218=617 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.74% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EADA is #5A1525. Grayscale: #D3D3D3. Windows color (decimal): -5903654 or 14346917. OLE color: 14346917.
HSL color Cylindrical-coordinate representation of color #A5EADA: hue angle of 166.09º 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 #A5EADA is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 218 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.08 |
| HSL | 166.09º | 0.62% | 0.78% | - |
| HSV(B) | 166.09º | 0.29% | 0.92% | - |
| XYZ | 57.59 | 71.91 | 77.17 | - |
| YUV | 211.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 218 | 0.29 | 0 | 0.07 | 0.08 | 166.09 | 0.62 | 0.78 |
| Hex | A5 | EA | DA | 1D | 0 | 7 | 8 | A6 | 3E | 4E |
| Octal | 245 | 352 | 332 | 35 | 0 | 7 | 10 | 246 | 76 | 116 |
| Binary | 10100101 | 11101010 | 11011010 | 11101 | 0 | 111 | 1000 | 10100110 | 111110 | 1001110 |
Color Harmonies of #A5EADA
Complementary color
Monochromatic Colors of #A5EADA
Black with #A5EADA
Text Example
Text Example
White with #A5EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EADA; }
p { color: rgb(165,234,218); }
H1.HeaderClassName
{
color: #A5EADA;
}
.AnyTagClassName
{
color: #A5EADA;
}
</style>
background-color css
<style>
a { background-color: #A5EADA; }
a { background-color: rgb(165,234,218); }
div.DivClassName
{
background-color: #A5EADA;
}
.BgClassName
{
background-color: #A5EADA;
}
</style>
border-color css
<style>
span { border-color: #A5EADA; }
span { border-color: rgb(165,234,218); }
td.TdClassName
{
border-color: #A5EADA;
}
.TagClassName
{
border-color: #A5EADA;
}
</style>