Html Css Color HEX #A2E4DB Ice Cold

📋 copy color: '#A2E4DB'

red 162 ◦ green 228 ◦ blue 219

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

Shades of Ice Cold #A2E4DB

Tints of Ice Cold #A2E4DB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.44%

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

R = 26.6%
G = 37.44%
B = 35.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#A2E4DB (or 0xA2E4DB) is known color: Ice Cold. HEX triplet: A2, E4 and DB. RGB value is (162,228,219). Sum of RGB (Red+Green+Blue) = 162+228+219=609 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.60% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E4DB is #5D1B24. Grayscale: #CFCFCF. Windows color (decimal): -6101797 or 14410914. OLE color: 14410914.

HSL color Cylindrical-coordinate representation of color #A2E4DB: hue angle of 171.82º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E4DB is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 228 219 -
CMYK 0.29 0 0.04 0.11
HSL 171.82º 0.55% 0.76% -
HSV(B) 171.82º 0.29% 0.89% -
XYZ 55.43 68.28 77.28 -
YUV 207.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 162 228 219 0.29 0 0.04 0.11 171.82 0.55 0.76
Hex A2 E4 DB 1D 0 4 B AC 37 4C
Octal 242 344 333 35 0 4 13 254 67 114
Binary 10100010 11100100 11011011 11101 0 100 1011 10101100 110111 1001100

Color Harmonies of #A2E4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E4DB

Black with #A2E4DB

Text Example


Text Example

White with #A2E4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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