Html Css Color HEX #A8EBE1 Water Leaf

📋 copy color: '#A8EBE1'

red 168 ◦ green 235 ◦ blue 225

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

Shades of Water Leaf #A8EBE1

Tints of Water Leaf #A8EBE1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.42%

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

R = 26.75%
G = 37.42%
B = 35.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#A8EBE1 (or 0xA8EBE1) is known color: Water Leaf. HEX triplet: A8, EB and E1. RGB value is (168,235,225). Sum of RGB (Red+Green+Blue) = 168+235+225=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBE1 is #57141E. Grayscale: #D5D5D5. Windows color (decimal): -5706783 or 14805928. OLE color: 14805928.

HSL color Cylindrical-coordinate representation of color #A8EBE1: hue angle of 171.04º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBE1 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 235 225 -
CMYK 0.29 0 0.04 0.08
HSL 171.04º 0.63% 0.79% -
HSV(B) 171.04º 0.29% 0.92% -
XYZ 59.45 73.18 82.23 -
YUV 213.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 168 235 225 0.29 0 0.04 0.08 171.04 0.63 0.79
Hex A8 EB E1 1D 0 4 8 AB 3F 4F
Octal 250 353 341 35 0 4 10 253 77 117
Binary 10101000 11101011 11100001 11101 0 100 1000 10101011 111111 1001111

Color Harmonies of #A8EBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBE1

Black with #A8EBE1

Text Example


Text Example

White with #A8EBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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