#A8EDDE

Color #A8EDDE Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #A8EDDE

Tints of Water Leaf #A8EDDE

Color information

#A8EDDE (or 0xA8EDDE) is unknown color: approx Water Leaf. HEX triplet: A8, ED and DE. RGB value is (168,237,222). Sum of RGB (Red+Green+Blue) = 168+237+222=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDDE is #571221. Grayscale: #D6D6D6. Windows color (decimal): -5706274 or 14609832. OLE color: 14609832.

HSL color Cylindrical-coordinate representation of color #A8EDDE: hue angle of 166.96º degrees, saturation: 0.66, 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 #A8EDDE is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB168237222-
CMYK0.2900.060.07
HSL166.96º65.71%79.41%-
HSV(B)166.96º29.11%92.94%-
XYZ59.6274.1780.28-
YUV214.66132.1494.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.79%
GREEN value IS 237 (92.97% from 255) = 37.80%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=26.79%
G=37.80%
B=35.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682372220.2900.060.07166.9665.7179.41
HexA8EDDE1D067a7424f
Octal25035533635067247102117
Binary1010100011101101110111101110101101111010011110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EDDE; }

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

 H1.HeaderClassName
 {
   color: #A8EDDE;
 }
 .AnyTagClassName
 {
   color: #A8EDDE;
 }
</style>
background-color css

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

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

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

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

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

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