#ABF8E6

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

Shades of Water Leaf #ABF8E6

Tints of Water Leaf #ABF8E6

Color information

#ABF8E6 (or 0xABF8E6) is unknown color: approx Water Leaf. HEX triplet: AB, F8 and E6. RGB value is (171,248,230). Sum of RGB (Red+Green+Blue) = 171+248+230=649 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.35% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF8E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF8E6 is #540719. Grayscale: #DEDEDE. Windows color (decimal): -5506842 or 15136939. OLE color: 15136939.

HSL color Cylindrical-coordinate representation of color #ABF8E6: hue angle of 165.97º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF8E6 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB171248230-
CMYK0.3100.070.03
HSL165.97º84.62%82.16%-
HSV(B)165.97º31.05%97.25%-
XYZ64.6481.5187.19-
YUV222.92131.9990.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.35%
GREEN value IS 248 (97.27% from 255) = 38.21%
BLUE value IS 230 (90.23% from 255) = 35.44%
R=26.35%
G=38.21%
B=35.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712482300.3100.070.03165.9784.6282.16
HexABF8E61F073a65552
Octal25337034637073246125122
Binary101010111111100011100110111110111111010011010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF8E6; }

 p { color: rgb(171,248,230); }

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

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

 a { background-color: rgb(171,248,230); }

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

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

 span { border-color: rgb(171,248,230); }

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