Shades of Ice Cold #A4DFCB
Tints of Ice Cold #A4DFCB
RGB
CMYK
RGB Variations
Color information
#A4DFCB (or 0xA4DFCB) is known color: Ice Cold. HEX triplet: A4, DF and CB. RGB value is (164,223,203). Sum of RGB (Red+Green+Blue) = 164+223+203=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFCB is #5B2034. Grayscale: #CBCBCB. Windows color (decimal): -5972021 or 13361060. OLE color: 13361060.
HSL color Cylindrical-coordinate representation of color #A4DFCB: hue angle of 159.66º 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 #A4DFCB is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 203 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.13 |
| HSL | 159.66º | 0.48% | 0.76% | - |
| HSV(B) | 159.66º | 0.26% | 0.87% | - |
| XYZ | 52.48 | 64.98 | 66.28 | - |
| YUV | 203.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 203 | 0.26 | 0 | 0.09 | 0.13 | 159.66 | 0.48 | 0.76 |
| Hex | A4 | DF | CB | 1A | 0 | 9 | D | A0 | 30 | 4C |
| Octal | 244 | 337 | 313 | 32 | 0 | 11 | 15 | 240 | 60 | 114 |
| Binary | 10100100 | 11011111 | 11001011 | 11010 | 0 | 1001 | 1101 | 10100000 | 110000 | 1001100 |
Color Harmonies of #A4DFCB
Complementary color
Monochromatic Colors of #A4DFCB
Black with #A4DFCB
Text Example
Text Example
White with #A4DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DFCB; }
p { color: rgb(164,223,203); }
H1.HeaderClassName
{
color: #A4DFCB;
}
.AnyTagClassName
{
color: #A4DFCB;
}
</style>
background-color css
<style>
a { background-color: #A4DFCB; }
a { background-color: rgb(164,223,203); }
div.DivClassName
{
background-color: #A4DFCB;
}
.BgClassName
{
background-color: #A4DFCB;
}
</style>
border-color css
<style>
span { border-color: #A4DFCB; }
span { border-color: rgb(164,223,203); }
td.TdClassName
{
border-color: #A4DFCB;
}
.TagClassName
{
border-color: #A4DFCB;
}
</style>