Html Css Color HEX #A2E5DB Ice Cold

📋 copy color: '#A2E5DB'

red 162 ◦ green 229 ◦ blue 219

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

Shades of Ice Cold #A2E5DB

Tints of Ice Cold #A2E5DB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.54%

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

R = 26.56%
G = 37.54%
B = 35.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#A2E5DB (or 0xA2E5DB) is known color: Ice Cold. HEX triplet: A2, E5 and DB. RGB value is (162,229,219). Sum of RGB (Red+Green+Blue) = 162+229+219=610 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.56% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E5DB is #5D1A24. Grayscale: #CFCFCF. Windows color (decimal): -6101541 or 14411170. OLE color: 14411170.

HSL color Cylindrical-coordinate representation of color #A2E5DB: hue angle of 171.04º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E5DB is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 229 219 -
CMYK 0.29 0 0.04 0.10
HSL 171.04º 0.56% 0.77% -
HSV(B) 171.04º 0.29% 0.9% -
XYZ 55.71 68.83 77.37 -
YUV 207.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 162 229 219 0.29 0 0.04 0.10 171.04 0.56 0.77
Hex A2 E5 DB 1D 0 4 A AB 38 4D
Octal 242 345 333 35 0 4 12 253 70 115
Binary 10100010 11100101 11011011 11101 0 100 1010 10101011 111000 1001101

Color Harmonies of #A2E5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E5DB

Black with #A2E5DB

Text Example


Text Example

White with #A2E5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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