#DBF9AB

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

Shades of Reef #DBF9AB

Tints of Reef #DBF9AB

Color information

#DBF9AB (or 0xDBF9AB) is unknown color: approx Reef. HEX triplet: DB, F9 and AB. RGB value is (219,249,171). Sum of RGB (Red+Green+Blue) = 219+249+171=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 171 (67.19% from 255 or 26.76% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF9AB is #240654. Grayscale: #E7E7E7. Windows color (decimal): -2360917 or 11270619. OLE color: 11270619.

HSL color Cylindrical-coordinate representation of color #DBF9AB: hue angle of 83.08º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBF9AB is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB219249171-
CMYK0.1200.310.02
HSL83.08º86.67%82.35%-
HSV(B)83.08º31.33%97.65%-
XYZ70.4485.7551.37-
YUV231.1494.06119.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 249 (97.66% from 255) = 38.97%
BLUE value IS 171 (67.19% from 255) = 26.76%
R=34.27%
G=38.97%
B=26.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192491710.1200.310.0283.0886.6782.35
HexDBF9ABC01F2535752
Octal333371253140372123127122
Binary110110111111100110101011110001111110101001110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF9AB; }

 p { color: rgb(219,249,171); }

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

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

 a { background-color: rgb(219,249,171); }

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

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

 span { border-color: rgb(219,249,171); }

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