#A5EEDA

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

Shades of Ice Cold #A5EEDA

Tints of Ice Cold #A5EEDA

Color information

#A5EEDA (or 0xA5EEDA) is unknown color: approx Ice Cold. HEX triplet: A5, EE and DA. RGB value is (165,238,218). Sum of RGB (Red+Green+Blue) = 165+238+218=621 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.57% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EEDA is #5A1125. Grayscale: #D5D5D5. Windows color (decimal): -5902630 or 14347941. OLE color: 14347941.

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

Color convert

RGB165238218-
CMYK0.3100.080.07
HSL163.56º68.22%79.02%-
HSV(B)163.56º30.67%93.33%-
XYZ58.7574.2177.56-
YUV213.89130.3293.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.57%
GREEN value IS 238 (93.36% from 255) = 38.33%
BLUE value IS 218 (85.55% from 255) = 35.10%
R=26.57%
G=38.33%
B=35.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652382180.3100.080.07163.5668.2279.02
HexA5EEDA1F087a4444f
Octal245356332370107244104117
Binary10100101111011101101101011111010001111010010010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EEDA; }

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

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

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

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

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

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

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

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