#ABF8DF

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

Shades of Water Leaf #ABF8DF

Tints of Water Leaf #ABF8DF

Color information

#ABF8DF (or 0xABF8DF) is unknown color: approx Water Leaf. HEX triplet: AB, F8 and DF. RGB value is (171,248,223). Sum of RGB (Red+Green+Blue) = 171+248+223=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF8DF is #540720. Grayscale: #DEDEDE. Windows color (decimal): -5506849 or 14678187. OLE color: 14678187.

HSL color Cylindrical-coordinate representation of color #ABF8DF: hue angle of 160.52º 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 #ABF8DF is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB171248223-
CMYK0.3100.100.03
HSL160.52º84.62%82.16%-
HSV(B)160.52º31.05%97.25%-
XYZ63.6881.1282.11-
YUV222.13128.4991.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.64%
GREEN value IS 248 (97.27% from 255) = 38.63%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=26.64%
G=38.63%
B=34.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712482230.3100.100.03160.5284.6282.16
HexABF8DF1F0A3a15552
Octal253370337370123241125122
Binary1010101111111000110111111111101010111010000110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF8DF; }

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

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

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

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

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

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

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

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