#A5ECDA

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

Shades of Ice Cold #A5ECDA

Tints of Ice Cold #A5ECDA

Color information

#A5ECDA (or 0xA5ECDA) is unknown color: approx Ice Cold. HEX triplet: A5, EC and DA. RGB value is (165,236,218). Sum of RGB (Red+Green+Blue) = 165+236+218=619 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.66% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECDA is #5A1325. Grayscale: #D4D4D4. Windows color (decimal): -5903142 or 14347429. OLE color: 14347429.

HSL color Cylindrical-coordinate representation of color #A5ECDA: hue angle of 164.79º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5ECDA is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB165236218-
CMYK0.3000.080.07
HSL164.79º65.14%78.63%-
HSV(B)164.79º30.08%92.55%-
XYZ58.1773.0577.36-
YUV212.72130.9893.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.66%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 218 (85.55% from 255) = 35.22%
R=26.66%
G=38.13%
B=35.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652362180.3000.080.07164.7965.1478.63
HexA5ECDA1E087a5414f
Octal245354332360107245101117
Binary10100101111011001101101011110010001111010010110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ECDA; }

 p { color: rgb(165,236,218); }

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

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

 a { background-color: rgb(165,236,218); }

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

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

 span { border-color: rgb(165,236,218); }

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