#A2EBE1

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

Shades of Ice Cold #A2EBE1

Tints of Ice Cold #A2EBE1

Color information

#A2EBE1 (or 0xA2EBE1) is unknown color: approx Ice Cold. HEX triplet: A2, EB and E1. RGB value is (162,235,225). Sum of RGB (Red+Green+Blue) = 162+235+225=622 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.05% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EBE1 is #5D141E. Grayscale: #D4D4D4. Windows color (decimal): -6099999 or 14805922. OLE color: 14805922.

HSL color Cylindrical-coordinate representation of color #A2EBE1: hue angle of 171.78º 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 #A2EBE1 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB162235225-
CMYK0.3100.040.08
HSL171.78º64.6%77.84%-
HSV(B)171.78º31.06%92.16%-
XYZ58.272.5382.17-
YUV212.03135.3292.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.05%
GREEN value IS 235 (92.19% from 255) = 37.78%
BLUE value IS 225 (88.28% from 255) = 36.17%
R=26.05%
G=37.78%
B=36.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622352250.3100.040.08171.7864.677.84
HexA2EBE11F048ac414e
Octal242353341370410254101116
Binary10100010111010111110000111111010010001010110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EBE1; }

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

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

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

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

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

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

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

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