Html Css Color HEX #A6ECD8 Ice Cold

📋 copy color: '#A6ECD8'

red 166 ◦ green 236 ◦ blue 216

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

Shades of Ice Cold #A6ECD8

Tints of Ice Cold #A6ECD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.95%

R = 26.86%
G = 38.19%
B = 34.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A6ECD8 (or 0xA6ECD8) is known color: Ice Cold. HEX triplet: A6, EC and D8. RGB value is (166,236,216). Sum of RGB (Red+Green+Blue) = 166+236+216=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECD8 is #591327. Grayscale: #D4D4D4. Windows color (decimal): -5837608 or 14216358. OLE color: 14216358.

HSL color Cylindrical-coordinate representation of color #A6ECD8: hue angle of 162.86º 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 #A6ECD8 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 236 216 -
CMYK 0.30 0 0.08 0.07
HSL 162.86º 0.65% 0.79% -
HSV(B) 162.86º 0.3% 0.93% -
XYZ 58.12 73.06 76 -
YUV 212.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 166 236 216 0.30 0 0.08 0.07 162.86 0.65 0.79
Hex A6 EC D8 1E 0 8 7 A3 41 4F
Octal 246 354 330 36 0 10 7 243 101 117
Binary 10100110 11101100 11011000 11110 0 1000 111 10100011 1000001 1001111

Color Harmonies of #A6ECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECD8

Black with #A6ECD8

Text Example


Text Example

White with #A6ECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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