Html Css Color HEX #A8ECE1 Water Leaf

📋 copy color: '#A8ECE1'

red 168 ◦ green 236 ◦ blue 225

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

Shades of Water Leaf #A8ECE1

Tints of Water Leaf #A8ECE1

RGB

 RED value IS 168 (66.02% from 255) = 26.71%

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

 BLUE value IS 225 (88.28% from 255) = 35.77%

R = 26.71%
G = 37.52%
B = 35.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#A8ECE1 (or 0xA8ECE1) is known color: Water Leaf. HEX triplet: A8, EC and E1. RGB value is (168,236,225). Sum of RGB (Red+Green+Blue) = 168+236+225=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECE1 is #57131E. Grayscale: #D6D6D6. Windows color (decimal): -5706527 or 14806184. OLE color: 14806184.

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

Color convert

RGB 168 236 225 -
CMYK 0.29 0 0.05 0.07
HSL 170.29º 0.64% 0.79% -
HSV(B) 170.29º 0.29% 0.93% -
XYZ 59.73 73.75 82.32 -
YUV 214.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 168 236 225 0.29 0 0.05 0.07 170.29 0.64 0.79
Hex A8 EC E1 1D 0 5 7 AA 40 4F
Octal 250 354 341 35 0 5 7 252 100 117
Binary 10101000 11101100 11100001 11101 0 101 111 10101010 1000000 1001111

Color Harmonies of #A8ECE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ECE1

Black with #A8ECE1

Text Example


Text Example

White with #A8ECE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ECE1; }

 p { color: rgb(168,236,225); }

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

background-color css

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

 a { background-color: rgb(168,236,225); }

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

border-color css

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

 span { border-color: rgb(168,236,225); }

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