Html Css Color HEX #DBF9AB Reef

📋 copy color: '#DBF9AB'

red 219 ◦ green 249 ◦ blue 171

#DBF9AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DBF9AB

Tints of Reef #DBF9AB

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 value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#DBF9AB (or 0xDBF9AB) is known color: 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

RGB 219 249 171 -
CMYK 0.12 0 0.31 0.02
HSL 83.08º 0.87% 0.82% -
HSV(B) 83.08º 0.31% 0.98% -
XYZ 70.44 85.75 51.37 -
YUV 231.14 94.06 119.34 -
System Red Green Blue C M Y K H S L
Decimal 219 249 171 0.12 0 0.31 0.02 83.08 0.87 0.82
Hex DB F9 AB C 0 1F 2 53 57 52
Octal 333 371 253 14 0 37 2 123 127 122
Binary 11011011 11111001 10101011 1100 0 11111 10 1010011 1010111 1010010

Color Harmonies of #DBF9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF9AB

Black with #DBF9AB

Text Example


Text Example

White with #DBF9AB

Text Example


Text Example

HTML Codes & Css Web 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>