Html Css Color HEX #A2EDDC Ice Cold

📋 copy color: '#A2EDDC'

red 162 ◦ green 237 ◦ blue 220

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

Shades of Ice Cold #A2EDDC

Tints of Ice Cold #A2EDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.29%

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

R = 26.17%
G = 38.29%
B = 35.54%

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

#A2EDDC (or 0xA2EDDC) is known color: Ice Cold. HEX triplet: A2, ED and DC. RGB value is (162,237,220). Sum of RGB (Red+Green+Blue) = 162+237+220=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDDC is #5D1223. Grayscale: #D4D4D4. Windows color (decimal): -6099492 or 14478754. OLE color: 14478754.

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

Color convert

RGB 162 237 220 -
CMYK 0.32 0 0.07 0.07
HSL 166.4º 0.68% 0.78% -
HSV(B) 166.4º 0.32% 0.93% -
XYZ 58.1 73.42 78.82 -
YUV 212.64 132.15 91.88 -
System Red Green Blue C M Y K H S L
Decimal 162 237 220 0.32 0 0.07 0.07 166.4 0.68 0.78
Hex A2 ED DC 20 0 7 7 A6 44 4E
Octal 242 355 334 40 0 7 7 246 104 116
Binary 10100010 11101101 11011100 100000 0 111 111 10100110 1000100 1001110

Color Harmonies of #A2EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDDC

Black with #A2EDDC

Text Example


Text Example

White with #A2EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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