Shades of Ice Cold #A5E9DF
Tints of Ice Cold #A5E9DF
RGB
CMYK
RGB Variations
Color information
#A5E9DF (or 0xA5E9DF) is known color: Ice Cold. HEX triplet: A5, E9 and DF. RGB value is (165,233,223). Sum of RGB (Red+Green+Blue) = 165+233+223=621 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.57% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9DF is #5A1620. Grayscale: #D3D3D3. Windows color (decimal): -5903905 or 14674341. OLE color: 14674341.
HSL color Cylindrical-coordinate representation of color #A5E9DF: hue angle of 171.18º 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 #A5E9DF is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 223 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.09 |
| HSL | 171.18º | 0.61% | 0.78% | - |
| HSV(B) | 171.18º | 0.29% | 0.91% | - |
| XYZ | 57.98 | 71.6 | 80.58 | - |
| YUV | 211.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 223 | 0.29 | 0 | 0.04 | 0.09 | 171.18 | 0.61 | 0.78 |
| Hex | A5 | E9 | DF | 1D | 0 | 4 | 9 | AB | 3D | 4E |
| Octal | 245 | 351 | 337 | 35 | 0 | 4 | 11 | 253 | 75 | 116 |
| Binary | 10100101 | 11101001 | 11011111 | 11101 | 0 | 100 | 1001 | 10101011 | 111101 | 1001110 |
Color Harmonies of #A5E9DF
Complementary color
Monochromatic Colors of #A5E9DF
Black with #A5E9DF
Text Example
Text Example
White with #A5E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E9DF; }
p { color: rgb(165,233,223); }
H1.HeaderClassName
{
color: #A5E9DF;
}
.AnyTagClassName
{
color: #A5E9DF;
}
</style>
background-color css
<style>
a { background-color: #A5E9DF; }
a { background-color: rgb(165,233,223); }
div.DivClassName
{
background-color: #A5E9DF;
}
.BgClassName
{
background-color: #A5E9DF;
}
</style>
border-color css
<style>
span { border-color: #A5E9DF; }
span { border-color: rgb(165,233,223); }
td.TdClassName
{
border-color: #A5E9DF;
}
.TagClassName
{
border-color: #A5E9DF;
}
</style>