#A5DFCA

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

Shades of Ice Cold #A5DFCA

Tints of Ice Cold #A5DFCA

Color information

#A5DFCA (or 0xA5DFCA) is unknown color: approx 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

RGB165223202-
CMYK0.2600.090.13
HSL158.28º47.54%76.08%-
HSV(B)158.28º26.01%87.45%-
XYZ52.5765.0465.66-
YUV203.26127.28100.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.97%
GREEN value IS 223 (87.5% from 255) = 37.80%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=27.97%
G=37.80%
B=34.24%

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
Decimal1652232020.2600.090.13158.2847.5476.08
HexA5DFCA1A09D9e304c
Octal245337312320111523660114
Binary10100101110111111100101011010010011101100111101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>