Html Css Color HEX #A6ECE2 Water Leaf

📋 copy color: '#A6ECE2'

red 166 ◦ green 236 ◦ blue 226

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

Shades of Water Leaf #A6ECE2

Tints of Water Leaf #A6ECE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.99%

R = 26.43%
G = 37.58%
B = 35.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#A6ECE2 (or 0xA6ECE2) is known color: Water Leaf. HEX triplet: A6, EC and E2. RGB value is (166,236,226). Sum of RGB (Red+Green+Blue) = 166+236+226=628 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.43% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECE2 is #59131D. Grayscale: #D5D5D5. Windows color (decimal): -5837598 or 14871718. OLE color: 14871718.

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

Color convert

RGB 166 236 226 -
CMYK 0.30 0 0.04 0.07
HSL 171.43º 0.65% 0.79% -
HSV(B) 171.43º 0.3% 0.93% -
XYZ 59.45 73.59 83.02 -
YUV 213.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 166 236 226 0.30 0 0.04 0.07 171.43 0.65 0.79
Hex A6 EC E2 1E 0 4 7 AB 41 4F
Octal 246 354 342 36 0 4 7 253 101 117
Binary 10100110 11101100 11100010 11110 0 100 111 10101011 1000001 1001111

Color Harmonies of #A6ECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECE2

Black with #A6ECE2

Text Example


Text Example

White with #A6ECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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