Html Css Color HEX #A2EEDB Ice Cold

📋 copy color: '#A2EEDB'

red 162 ◦ green 238 ◦ blue 219

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

Shades of Ice Cold #A2EEDB

Tints of Ice Cold #A2EEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.38%

R = 26.17%
G = 38.45%
B = 35.38%

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

#A2EEDB (or 0xA2EEDB) is known color: Ice Cold. HEX triplet: A2, EE and DB. RGB value is (162,238,219). Sum of RGB (Red+Green+Blue) = 162+238+219=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EEDB is #5D1124. Grayscale: #D5D5D5. Windows color (decimal): -6099237 or 14413474. OLE color: 14413474.

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

Color convert

RGB 162 238 219 -
CMYK 0.32 0 0.08 0.07
HSL 165º 0.69% 0.78% -
HSV(B) 165º 0.32% 0.93% -
XYZ 58.26 73.94 78.22 -
YUV 213.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 162 238 219 0.32 0 0.08 0.07 165 0.69 0.78
Hex A2 EE DB 20 0 8 7 A5 45 4E
Octal 242 356 333 40 0 10 7 245 105 116
Binary 10100010 11101110 11011011 100000 0 1000 111 10100101 1000101 1001110

Color Harmonies of #A2EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EEDB

Black with #A2EEDB

Text Example


Text Example

White with #A2EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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