Shades of Ice Cold #A5DFCC
Tints of Ice Cold #A5DFCC
RGB
CMYK
RGB Variations
Color information
#A5DFCC (or 0xA5DFCC) is known color: Ice Cold. HEX triplet: A5, DF and CC. RGB value is (165,223,204). Sum of RGB (Red+Green+Blue) = 165+223+204=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFCC is #5A2033. Grayscale: #CBCBCB. Windows color (decimal): -5906484 or 13426597. OLE color: 13426597.
HSL color Cylindrical-coordinate representation of color #A5DFCC: hue angle of 160.34º 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 #A5DFCC is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 204 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.13 |
| HSL | 160.34º | 0.48% | 0.76% | - |
| HSV(B) | 160.34º | 0.26% | 0.87% | - |
| XYZ | 52.8 | 65.13 | 66.92 | - |
| YUV | 203.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 204 | 0.26 | 0 | 0.09 | 0.13 | 160.34 | 0.48 | 0.76 |
| Hex | A5 | DF | CC | 1A | 0 | 9 | D | A0 | 30 | 4C |
| Octal | 245 | 337 | 314 | 32 | 0 | 11 | 15 | 240 | 60 | 114 |
| Binary | 10100101 | 11011111 | 11001100 | 11010 | 0 | 1001 | 1101 | 10100000 | 110000 | 1001100 |
Color Harmonies of #A5DFCC
Complementary color
Monochromatic Colors of #A5DFCC
Black with #A5DFCC
Text Example
Text Example
White with #A5DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DFCC; }
p { color: rgb(165,223,204); }
H1.HeaderClassName
{
color: #A5DFCC;
}
.AnyTagClassName
{
color: #A5DFCC;
}
</style>
background-color css
<style>
a { background-color: #A5DFCC; }
a { background-color: rgb(165,223,204); }
div.DivClassName
{
background-color: #A5DFCC;
}
.BgClassName
{
background-color: #A5DFCC;
}
</style>
border-color css
<style>
span { border-color: #A5DFCC; }
span { border-color: rgb(165,223,204); }
td.TdClassName
{
border-color: #A5DFCC;
}
.TagClassName
{
border-color: #A5DFCC;
}
</style>