Html Css Color HEX #A6ECDC Ice Cold

📋 copy color: '#A6ECDC'

red 166 ◦ green 236 ◦ blue 220

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

Shades of Ice Cold #A6ECDC

Tints of Ice Cold #A6ECDC

RGB

 RED value IS 166 (65.23% from 255) = 26.69%

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

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

R = 26.69%
G = 37.94%
B = 35.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#A6ECDC (or 0xA6ECDC) is known color: Ice Cold. HEX triplet: A6, EC and DC. RGB value is (166,236,220). Sum of RGB (Red+Green+Blue) = 166+236+220=622 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.69% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECDC is #591323. Grayscale: #D5D5D5. Windows color (decimal): -5837604 or 14478502. OLE color: 14478502.

HSL color Cylindrical-coordinate representation of color #A6ECDC: hue angle of 166.29º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ECDC is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 236 220 -
CMYK 0.30 0 0.07 0.07
HSL 166.29º 0.65% 0.79% -
HSV(B) 166.29º 0.3% 0.93% -
XYZ 58.64 73.27 78.76 -
YUV 213.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 166 236 220 0.30 0 0.07 0.07 166.29 0.65 0.79
Hex A6 EC DC 1E 0 7 7 A6 41 4F
Octal 246 354 334 36 0 7 7 246 101 117
Binary 10100110 11101100 11011100 11110 0 111 111 10100110 1000001 1001111

Color Harmonies of #A6ECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECDC

Black with #A6ECDC

Text Example


Text Example

White with #A6ECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECDC; }

 p { color: rgb(166,236,220); }

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

background-color css

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

 a { background-color: rgb(166,236,220); }

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

border-color css

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

 span { border-color: rgb(166,236,220); }

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