Html Css Color HEX #A2EFDC Ice Cold

📋 copy color: '#A2EFDC'

red 162 ◦ green 239 ◦ blue 220

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

Shades of Ice Cold #A2EFDC

Tints of Ice Cold #A2EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.49%

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

R = 26.09%
G = 38.49%
B = 35.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#A2EFDC (or 0xA2EFDC) is known color: Ice Cold. HEX triplet: A2, EF and DC. RGB value is (162,239,220). Sum of RGB (Red+Green+Blue) = 162+239+220=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFDC is #5D1023. Grayscale: #D5D5D5. Windows color (decimal): -6098980 or 14479266. OLE color: 14479266.

HSL color Cylindrical-coordinate representation of color #A2EFDC: hue angle of 165.19º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EFDC is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 239 220 -
CMYK 0.32 0 0.08 0.06
HSL 165.19º 0.71% 0.79% -
HSV(B) 165.19º 0.32% 0.94% -
XYZ 58.69 74.58 79.01 -
YUV 213.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 162 239 220 0.32 0 0.08 0.06 165.19 0.71 0.79
Hex A2 EF DC 20 0 8 6 A5 47 4F
Octal 242 357 334 40 0 10 6 245 107 117
Binary 10100010 11101111 11011100 100000 0 1000 110 10100101 1000111 1001111

Color Harmonies of #A2EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EFDC

Black with #A2EFDC

Text Example


Text Example

White with #A2EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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