#A2EDDB

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

Shades of Ice Cold #A2EDDB

Tints of Ice Cold #A2EDDB

Color information

#A2EDDB (or 0xA2EDDB) is unknown color: approx Ice Cold. HEX triplet: A2, ED and DB. RGB value is (162,237,219). Sum of RGB (Red+Green+Blue) = 162+237+219=618 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.21% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDDB is #5D1224. Grayscale: #D4D4D4. Windows color (decimal): -6099493 or 14413218. OLE color: 14413218.

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

Color convert

RGB162237219-
CMYK0.3200.080.07
HSL165.6º67.57%78.24%-
HSV(B)165.6º31.65%92.94%-
XYZ57.9773.3678.12-
YUV212.52131.6591.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.21%
GREEN value IS 237 (92.97% from 255) = 38.35%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=26.21%
G=38.35%
B=35.44%

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
Decimal1622372190.3200.080.07165.667.5778.24
HexA2EDDB20087a6444e
Octal242355333400107246104116
Binary101000101110110111011011100000010001111010011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EDDB; }

 p { color: rgb(162,237,219); }

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

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

 a { background-color: rgb(162,237,219); }

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

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

 span { border-color: rgb(162,237,219); }

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