Html Css Color HEX #A2EEDE Ice Cold

📋 copy color: '#A2EEDE'

red 162 ◦ green 238 ◦ blue 222

#A2EEDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #A2EEDE

Tints of Ice Cold #A2EEDE

RGB

 RED value IS 162 (63.67% from 255) = 26.05%

 GREEN value IS 238 (93.36% from 255) = 38.26%

 BLUE value IS 222 (87.11% from 255) = 35.69%

R = 26.05%
G = 38.26%
B = 35.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#A2EEDE (or 0xA2EEDE) is known color: Ice Cold. HEX triplet: A2, EE and DE. RGB value is (162,238,222). Sum of RGB (Red+Green+Blue) = 162+238+222=622 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.05% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EEDE is #5D1121. Grayscale: #D5D5D5. Windows color (decimal): -6099234 or 14610082. OLE color: 14610082.

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

Color convert

RGB 162 238 222 -
CMYK 0.32 0 0.07 0.07
HSL 167.37º 0.69% 0.78% -
HSV(B) 167.37º 0.32% 0.93% -
XYZ 58.66 74.1 80.32 -
YUV 213.45 132.82 91.3 -
System Red Green Blue C M Y K H S L
Decimal 162 238 222 0.32 0 0.07 0.07 167.37 0.69 0.78
Hex A2 EE DE 20 0 7 7 A7 45 4E
Octal 242 356 336 40 0 7 7 247 105 116
Binary 10100010 11101110 11011110 100000 0 111 111 10100111 1000101 1001110

Color Harmonies of #A2EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EEDE

Black with #A2EEDE

Text Example


Text Example

White with #A2EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EEDE; }

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

 H1.HeaderClassName
 {
   color: #A2EEDE;
 }
 .AnyTagClassName
 {
   color: #A2EEDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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