#A3DFCA

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

Shades of Ice Cold #A3DFCA

Tints of Ice Cold #A3DFCA

Color information

#A3DFCA (or 0xA3DFCA) is unknown color: approx Ice Cold. HEX triplet: A3, DF and CA. RGB value is (163,223,202). Sum of RGB (Red+Green+Blue) = 163+223+202=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFCA is #5C2035. Grayscale: #CACACA. Windows color (decimal): -6037558 or 13295523. OLE color: 13295523.

HSL color Cylindrical-coordinate representation of color #A3DFCA: hue angle of 159º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DFCA is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB163223202-
CMYK0.2700.090.13
HSL159º48.39%75.69%-
HSV(B)159º26.91%87.45%-
XYZ52.1564.8365.64-
YUV202.67127.6299.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.72%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=27.72%
G=37.93%
B=34.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632232020.2700.090.1315948.3975.69
HexA3DFCA1B09D9f304c
Octal243337312330111523760114
Binary10100011110111111100101011011010011101100111111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DFCA; }

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

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

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

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

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

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

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

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