Html Css Color HEX #A2ECDD Ice Cold

📋 copy color: '#A2ECDD'

red 162 ◦ green 236 ◦ blue 221

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

Shades of Ice Cold #A2ECDD

Tints of Ice Cold #A2ECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.13%

 BLUE value IS 221 (86.72% from 255) = 35.7%

R = 26.17%
G = 38.13%
B = 35.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#A2ECDD (or 0xA2ECDD) is known color: Ice Cold. HEX triplet: A2, EC and DD. RGB value is (162,236,221). Sum of RGB (Red+Green+Blue) = 162+236+221=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECDD is #5D1322. Grayscale: #D4D4D4. Windows color (decimal): -6099747 or 14544034. OLE color: 14544034.

HSL color Cylindrical-coordinate representation of color #A2ECDD: hue angle of 167.84º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2ECDD is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 236 221 -
CMYK 0.31 0 0.06 0.07
HSL 167.84º 0.66% 0.78% -
HSV(B) 167.84º 0.31% 0.93% -
XYZ 57.95 72.89 79.42 -
YUV 212.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 162 236 221 0.31 0 0.06 0.07 167.84 0.66 0.78
Hex A2 EC DD 1F 0 6 7 A8 42 4E
Octal 242 354 335 37 0 6 7 250 102 116
Binary 10100010 11101100 11011101 11111 0 110 111 10101000 1000010 1001110

Color Harmonies of #A2ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ECDD

Black with #A2ECDD

Text Example


Text Example

White with #A2ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ECDD; }

 p { color: rgb(162,236,221); }

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

background-color css

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

 a { background-color: rgb(162,236,221); }

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

border-color css

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

 span { border-color: rgb(162,236,221); }

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