Shades of Ice Cold #A5DFCA
Tints of Ice Cold #A5DFCA
RGB
CMYK
RGB Variations
Color information
#A5DFCA (or 0xA5DFCA) is known color: Ice Cold. HEX triplet: A5, DF and CA. RGB value is (165,223,202). Sum of RGB (Red+Green+Blue) = 165+223+202=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFCA is #5A2035. Grayscale: #CBCBCB. Windows color (decimal): -5906486 or 13295525. OLE color: 13295525.
HSL color Cylindrical-coordinate representation of color #A5DFCA: hue angle of 158.28º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DFCA is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 202 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.13 |
| HSL | 158.28º | 0.48% | 0.76% | - |
| HSV(B) | 158.28º | 0.26% | 0.87% | - |
| XYZ | 52.57 | 65.04 | 65.66 | - |
| YUV | 203.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 202 | 0.26 | 0 | 0.09 | 0.13 | 158.28 | 0.48 | 0.76 |
| Hex | A5 | DF | CA | 1A | 0 | 9 | D | 9E | 30 | 4C |
| Octal | 245 | 337 | 312 | 32 | 0 | 11 | 15 | 236 | 60 | 114 |
| Binary | 10100101 | 11011111 | 11001010 | 11010 | 0 | 1001 | 1101 | 10011110 | 110000 | 1001100 |
Color Harmonies of #A5DFCA
Complementary color
Monochromatic Colors of #A5DFCA
Black with #A5DFCA
Text Example
Text Example
White with #A5DFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DFCA; }
p { color: rgb(165,223,202); }
H1.HeaderClassName
{
color: #A5DFCA;
}
.AnyTagClassName
{
color: #A5DFCA;
}
</style>
background-color css
<style>
a { background-color: #A5DFCA; }
a { background-color: rgb(165,223,202); }
div.DivClassName
{
background-color: #A5DFCA;
}
.BgClassName
{
background-color: #A5DFCA;
}
</style>
border-color css
<style>
span { border-color: #A5DFCA; }
span { border-color: rgb(165,223,202); }
td.TdClassName
{
border-color: #A5DFCA;
}
.TagClassName
{
border-color: #A5DFCA;
}
</style>