#A5E3DA

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

Shades of Ice Cold #A5E3DA

Tints of Ice Cold #A5E3DA

Color information

#A5E3DA (or 0xA5E3DA) is unknown color: approx Ice Cold. HEX triplet: A5, E3 and DA. RGB value is (165,227,218). Sum of RGB (Red+Green+Blue) = 165+227+218=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E3DA is #5A1C25. Grayscale: #CFCFCF. Windows color (decimal): -5905446 or 14345125. OLE color: 14345125.

HSL color Cylindrical-coordinate representation of color #A5E3DA: hue angle of 171.29º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E3DA is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB165227218-
CMYK0.2700.040.11
HSL171.29º52.54%76.86%-
HSV(B)171.29º27.31%89.02%-
XYZ55.646876.52-
YUV207.44133.9697.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.05%
GREEN value IS 227 (89.06% from 255) = 37.21%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=27.05%
G=37.21%
B=35.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652272180.2700.040.11171.2952.5476.86
HexA5E3DA1B04Bab354d
Octal24534333233041325365115
Binary1010010111100011110110101101101001011101010111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E3DA; }

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

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

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

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

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

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

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

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