#ABEFDC

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

Shades of Water Leaf #ABEFDC

Tints of Water Leaf #ABEFDC

Color information

#ABEFDC (or 0xABEFDC) is unknown color: approx Water Leaf. HEX triplet: AB, EF and DC. RGB value is (171,239,220). Sum of RGB (Red+Green+Blue) = 171+239+220=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFDC is #541023. Grayscale: #D8D8D8. Windows color (decimal): -5509156 or 14479275. OLE color: 14479275.

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

Color convert

RGB171239220-
CMYK0.2800.080.06
HSL163.24º68%80.39%-
HSV(B)163.24º28.45%93.73%-
XYZ60.5875.5679.1-
YUV216.5129.9795.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.14%
GREEN value IS 239 (93.75% from 255) = 37.94%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=27.14%
G=37.94%
B=34.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712392200.2800.080.06163.246880.39
HexABEFDC1C086a34450
Octal253357334340106243104120
Binary10101011111011111101110011100010001101010001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEFDC; }

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

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

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

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

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

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

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

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