#ABECDC

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

Shades of Water Leaf #ABECDC

Tints of Water Leaf #ABECDC

Color information

#ABECDC (or 0xABECDC) is unknown color: approx Water Leaf. HEX triplet: AB, EC and DC. RGB value is (171,236,220). Sum of RGB (Red+Green+Blue) = 171+236+220=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECDC is #541323. Grayscale: #D6D6D6. Windows color (decimal): -5509924 or 14478507. OLE color: 14478507.

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

Color convert

RGB171236220-
CMYK0.2800.070.07
HSL165.23º63.11%79.8%-
HSV(B)165.23º27.54%92.55%-
XYZ59.7173.8278.81-
YUV214.74130.9796.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.27%
GREEN value IS 236 (92.58% from 255) = 37.64%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=27.27%
G=37.64%
B=35.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712362200.2800.070.07165.2363.1179.8
HexABECDC1C077a53f50
Octal2533543343407724577120
Binary101010111110110011011100111000111111101001011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECDC; }

 p { color: rgb(171,236,220); }

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

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

 a { background-color: rgb(171,236,220); }

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

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

 span { border-color: rgb(171,236,220); }

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