Html Css Color HEX #A2E6DD Ice Cold

📋 copy color: '#A2E6DD'

red 162 ◦ green 230 ◦ blue 221

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

Shades of Ice Cold #A2E6DD

Tints of Ice Cold #A2E6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.52%

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

R = 26.43%
G = 37.52%
B = 36.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#A2E6DD (or 0xA2E6DD) is known color: Ice Cold. HEX triplet: A2, E6 and DD. RGB value is (162,230,221). Sum of RGB (Red+Green+Blue) = 162+230+221=613 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.43% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E6DD is #5D1922. Grayscale: #D0D0D0. Windows color (decimal): -6101283 or 14542498. OLE color: 14542498.

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

Color convert

RGB 162 230 221 -
CMYK 0.30 0 0.04 0.10
HSL 172.06º 0.58% 0.77% -
HSV(B) 172.06º 0.3% 0.9% -
XYZ 56.25 69.5 78.86 -
YUV 208.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 162 230 221 0.30 0 0.04 0.10 172.06 0.58 0.77
Hex A2 E6 DD 1E 0 4 A AC 3A 4D
Octal 242 346 335 36 0 4 12 254 72 115
Binary 10100010 11100110 11011101 11110 0 100 1010 10101100 111010 1001101

Color Harmonies of #A2E6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E6DD

Black with #A2E6DD

Text Example


Text Example

White with #A2E6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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