#ABEDDE

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

Shades of Water Leaf #ABEDDE

Tints of Water Leaf #ABEDDE

Color information

#ABEDDE (or 0xABEDDE) is unknown color: approx Water Leaf. HEX triplet: AB, ED and DE. RGB value is (171,237,222). Sum of RGB (Red+Green+Blue) = 171+237+222=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDDE is #541221. Grayscale: #D7D7D7. Windows color (decimal): -5509666 or 14609835. OLE color: 14609835.

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

Color convert

RGB171237222-
CMYK0.2800.060.07
HSL166.36º64.71%80%-
HSV(B)166.36º27.85%92.94%-
XYZ60.2674.580.31-
YUV215.56131.6396.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.14%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=27.14%
G=37.62%
B=35.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712372220.2800.060.07166.3664.7180
HexABEDDE1C067a64150
Octal25335533634067246101120
Binary1010101111101101110111101110001101111010011010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEDDE; }

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

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

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

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

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

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

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

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