Shades of Ice Cold #A5E1CC
Tints of Ice Cold #A5E1CC
RGB
CMYK
RGB Variations
Color information
#A5E1CC (or 0xA5E1CC) is known color: Ice Cold. HEX triplet: A5, E1 and CC. RGB value is (165,225,204). Sum of RGB (Red+Green+Blue) = 165+225+204=594 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.78% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E1CC is #5A1E33. Grayscale: #CCCCCC. Windows color (decimal): -5905972 or 13427109. OLE color: 13427109.
HSL color Cylindrical-coordinate representation of color #A5E1CC: hue angle of 159º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E1CC is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 204 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.12 |
| HSL | 159º | 0.5% | 0.76% | - |
| HSV(B) | 159º | 0.27% | 0.88% | - |
| XYZ | 53.34 | 66.21 | 67.1 | - |
| YUV | 204.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 204 | 0.27 | 0 | 0.09 | 0.12 | 159 | 0.5 | 0.76 |
| Hex | A5 | E1 | CC | 1B | 0 | 9 | C | 9F | 32 | 4C |
| Octal | 245 | 341 | 314 | 33 | 0 | 11 | 14 | 237 | 62 | 114 |
| Binary | 10100101 | 11100001 | 11001100 | 11011 | 0 | 1001 | 1100 | 10011111 | 110010 | 1001100 |
Color Harmonies of #A5E1CC
Complementary color
Monochromatic Colors of #A5E1CC
Black with #A5E1CC
Text Example
Text Example
White with #A5E1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E1CC; }
p { color: rgb(165,225,204); }
H1.HeaderClassName
{
color: #A5E1CC;
}
.AnyTagClassName
{
color: #A5E1CC;
}
</style>
background-color css
<style>
a { background-color: #A5E1CC; }
a { background-color: rgb(165,225,204); }
div.DivClassName
{
background-color: #A5E1CC;
}
.BgClassName
{
background-color: #A5E1CC;
}
</style>
border-color css
<style>
span { border-color: #A5E1CC; }
span { border-color: rgb(165,225,204); }
td.TdClassName
{
border-color: #A5E1CC;
}
.TagClassName
{
border-color: #A5E1CC;
}
</style>