#A5EDDA

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

Shades of Ice Cold #A5EDDA

Tints of Ice Cold #A5EDDA

Color information

#A5EDDA (or 0xA5EDDA) is unknown color: approx Ice Cold. HEX triplet: A5, ED and DA. RGB value is (165,237,218). Sum of RGB (Red+Green+Blue) = 165+237+218=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EDDA is #5A1225. Grayscale: #D5D5D5. Windows color (decimal): -5902886 or 14347685. OLE color: 14347685.

HSL color Cylindrical-coordinate representation of color #A5EDDA: hue angle of 164.17º degrees, saturation: 0.67, 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 #A5EDDA is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB165237218-
CMYK0.3000.080.07
HSL164.17º66.67%78.82%-
HSV(B)164.17º30.38%92.94%-
XYZ58.4673.6377.46-
YUV213.31130.6593.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.61%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 218 (85.55% from 255) = 35.16%
R=26.61%
G=38.23%
B=35.16%

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
Decimal1652372180.3000.080.07164.1766.6778.82
HexA5EDDA1E087a4434f
Octal245355332360107244103117
Binary10100101111011011101101011110010001111010010010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EDDA; }

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

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

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

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

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

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

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

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