#A4DFCA

Color #A4DFCA Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #A4DFCA

Tints of Ice Cold #A4DFCA

Color information

#A4DFCA (or 0xA4DFCA) is unknown color: approx Ice Cold. HEX triplet: A4, DF and CA. RGB value is (164,223,202). Sum of RGB (Red+Green+Blue) = 164+223+202=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFCA is #5B2035. Grayscale: #CACACA. Windows color (decimal): -5972022 or 13295524. OLE color: 13295524.

HSL color Cylindrical-coordinate representation of color #A4DFCA: hue angle of 158.64º 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 #A4DFCA is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB164223202-
CMYK0.2600.090.13
HSL158.64º47.97%75.88%-
HSV(B)158.64º26.46%87.45%-
XYZ52.3664.9365.65-
YUV202.96127.45100.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 27.84%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=27.84%
G=37.86%
B=34.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642232020.2600.090.13158.6447.9775.88
HexA4DFCA1A09D9f304c
Octal244337312320111523760114
Binary10100100110111111100101011010010011101100111111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DFCA; }

 p { color: rgb(164,223,202); }

 H1.HeaderClassName
 {
   color: #A4DFCA;
 }
 .AnyTagClassName
 {
   color: #A4DFCA;
 }
</style>
background-color css

<style>
 a { background-color: #A4DFCA; }

 a { background-color: rgb(164,223,202); }

 div.DivClassName
 {
   background-color: #A4DFCA;
 }
 .BgClassName
 {
   background-color: #A4DFCA;
 }
</style>
border-color css

<style>
 span { border-color: #A4DFCA; }

 span { border-color: rgb(164,223,202); }

 td.TdClassName
 {
   border-color: #A4DFCA;
 }
 .TagClassName
 {
   border-color: #A4DFCA;
 }
</style>