#A2EEDA

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

Shades of Ice Cold #A2EEDA

Tints of Ice Cold #A2EEDA

Color information

#A2EEDA (or 0xA2EEDA) is unknown color: approx Ice Cold. HEX triplet: A2, EE and DA. RGB value is (162,238,218). Sum of RGB (Red+Green+Blue) = 162+238+218=618 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.21% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EEDA is #5D1125. Grayscale: #D4D4D4. Windows color (decimal): -6099238 or 14347938. OLE color: 14347938.

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

Color convert

RGB162238218-
CMYK0.3200.080.07
HSL164.21º69.09%78.43%-
HSV(B)164.21º31.93%93.33%-
XYZ58.1373.8977.53-
YUV213130.8291.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.21%
GREEN value IS 238 (93.36% from 255) = 38.51%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=26.21%
G=38.51%
B=35.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622382180.3200.080.07164.2169.0978.43
HexA2EEDA20087a4454e
Octal242356332400107244105116
Binary101000101110111011011010100000010001111010010010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EEDA; }

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

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

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

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

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

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

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

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