Shades of Ice Cold #A5EADC
Tints of Ice Cold #A5EADC
RGB
CMYK
RGB Variations
Color information
#A5EADC (or 0xA5EADC) is known color: Ice Cold. HEX triplet: A5, EA and DC. RGB value is (165,234,220). Sum of RGB (Red+Green+Blue) = 165+234+220=619 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.66% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EADC is #5A1523. Grayscale: #D3D3D3. Windows color (decimal): -5903652 or 14477989. OLE color: 14477989.
HSL color Cylindrical-coordinate representation of color #A5EADC: hue angle of 167.83º 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 #A5EADC is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 220 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.08 |
| HSL | 167.83º | 0.62% | 0.78% | - |
| HSV(B) | 167.83º | 0.29% | 0.92% | - |
| XYZ | 57.86 | 72.01 | 78.56 | - |
| YUV | 211.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 220 | 0.29 | 0 | 0.06 | 0.08 | 167.83 | 0.62 | 0.78 |
| Hex | A5 | EA | DC | 1D | 0 | 6 | 8 | A8 | 3E | 4E |
| Octal | 245 | 352 | 334 | 35 | 0 | 6 | 10 | 250 | 76 | 116 |
| Binary | 10100101 | 11101010 | 11011100 | 11101 | 0 | 110 | 1000 | 10101000 | 111110 | 1001110 |
Color Harmonies of #A5EADC
Complementary color
Monochromatic Colors of #A5EADC
Black with #A5EADC
Text Example
Text Example
White with #A5EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EADC; }
p { color: rgb(165,234,220); }
H1.HeaderClassName
{
color: #A5EADC;
}
.AnyTagClassName
{
color: #A5EADC;
}
</style>
background-color css
<style>
a { background-color: #A5EADC; }
a { background-color: rgb(165,234,220); }
div.DivClassName
{
background-color: #A5EADC;
}
.BgClassName
{
background-color: #A5EADC;
}
</style>
border-color css
<style>
span { border-color: #A5EADC; }
span { border-color: rgb(165,234,220); }
td.TdClassName
{
border-color: #A5EADC;
}
.TagClassName
{
border-color: #A5EADC;
}
</style>