Html Css Color HEX #A8EEDE Water Leaf

📋 copy color: '#A8EEDE'

red 168 ◦ green 238 ◦ blue 222

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

Shades of Water Leaf #A8EEDE

Tints of Water Leaf #A8EEDE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.9%

 BLUE value IS 222 (87.11% from 255) = 35.35%

R = 26.75%
G = 37.9%
B = 35.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#A8EEDE (or 0xA8EEDE) is known color: Water Leaf. HEX triplet: A8, EE and DE. RGB value is (168,238,222). Sum of RGB (Red+Green+Blue) = 168+238+222=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EEDE is #571121. Grayscale: #D7D7D7. Windows color (decimal): -5706018 or 14610088. OLE color: 14610088.

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

Color convert

RGB 168 238 222 -
CMYK 0.29 0 0.07 0.07
HSL 166.29º 0.67% 0.8% -
HSV(B) 166.29º 0.29% 0.93% -
XYZ 59.91 74.75 80.38 -
YUV 215.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 168 238 222 0.29 0 0.07 0.07 166.29 0.67 0.8
Hex A8 EE DE 1D 0 7 7 A6 43 50
Octal 250 356 336 35 0 7 7 246 103 120
Binary 10101000 11101110 11011110 11101 0 111 111 10100110 1000011 1010000

Color Harmonies of #A8EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EEDE

Black with #A8EEDE

Text Example


Text Example

White with #A8EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EEDE; }

 p { color: rgb(168,238,222); }

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

background-color css

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

 a { background-color: rgb(168,238,222); }

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

border-color css

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

 span { border-color: rgb(168,238,222); }

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