#A5E3DD

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

Shades of Ice Cold #A5E3DD

Tints of Ice Cold #A5E3DD

Color information

#A5E3DD (or 0xA5E3DD) is unknown color: approx Ice Cold. HEX triplet: A5, E3 and DD. RGB value is (165,227,221). Sum of RGB (Red+Green+Blue) = 165+227+221=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E3DD is #5A1C22. Grayscale: #CFCFCF. Windows color (decimal): -5905443 or 14541733. OLE color: 14541733.

HSL color Cylindrical-coordinate representation of color #A5E3DD: hue angle of 174.19º 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 #A5E3DD is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB165227221-
CMYK0.2700.030.11
HSL174.19º52.54%76.86%-
HSV(B)174.19º27.31%89.02%-
XYZ56.0468.1678.61-
YUV207.78135.4697.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.92%
GREEN value IS 227 (89.06% from 255) = 37.03%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=26.92%
G=37.03%
B=36.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652272210.2700.030.11174.1952.5476.86
HexA5E3DD1B03Bae354d
Octal24534333533031325665115
Binary101001011110001111011101110110111011101011101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E3DD; }

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

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

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

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

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

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

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

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