#A2EBDE

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

Shades of Ice Cold #A2EBDE

Tints of Ice Cold #A2EBDE

Color information

#A2EBDE (or 0xA2EBDE) is unknown color: approx Ice Cold. HEX triplet: A2, EB and DE. RGB value is (162,235,222). Sum of RGB (Red+Green+Blue) = 162+235+222=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EBDE is #5D1421. Grayscale: #D3D3D3. Windows color (decimal): -6100002 or 14609314. OLE color: 14609314.

HSL color Cylindrical-coordinate representation of color #A2EBDE: hue angle of 169.32º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EBDE is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB162235222-
CMYK0.3100.060.08
HSL169.32º64.6%77.84%-
HSV(B)169.32º31.06%92.16%-
XYZ57.7972.3780.03-
YUV211.69133.8292.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.17%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 222 (87.11% from 255) = 35.86%
R=26.17%
G=37.96%
B=35.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622352220.3100.060.08169.3264.677.84
HexA2EBDE1F068a9414e
Octal242353336370610251101116
Binary10100010111010111101111011111011010001010100110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EBDE; }

 p { color: rgb(162,235,222); }

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

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

 a { background-color: rgb(162,235,222); }

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

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

 span { border-color: rgb(162,235,222); }

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