Html Css Color HEX #A2EEDC Ice Cold

📋 copy color: '#A2EEDC'

red 162 ◦ green 238 ◦ blue 220

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

Shades of Ice Cold #A2EEDC

Tints of Ice Cold #A2EEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.48%

R = 26.13%
G = 38.39%
B = 35.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A2EEDC (or 0xA2EEDC) is known color: Ice Cold. HEX triplet: A2, EE and DC. RGB value is (162,238,220). Sum of RGB (Red+Green+Blue) = 162+238+220=620 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.13% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EEDC is #5D1123. Grayscale: #D5D5D5. Windows color (decimal): -6099236 or 14479010. OLE color: 14479010.

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

Color convert

RGB 162 238 220 -
CMYK 0.32 0 0.08 0.07
HSL 165.79º 0.69% 0.78% -
HSV(B) 165.79º 0.32% 0.93% -
XYZ 58.39 74 78.92 -
YUV 213.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 162 238 220 0.32 0 0.08 0.07 165.79 0.69 0.78
Hex A2 EE DC 20 0 8 7 A6 45 4E
Octal 242 356 334 40 0 10 7 246 105 116
Binary 10100010 11101110 11011100 100000 0 1000 111 10100110 1000101 1001110

Color Harmonies of #A2EEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EEDC

Black with #A2EEDC

Text Example


Text Example

White with #A2EEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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