#DBFBF9

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

Shades of Light Cyan #DBFBF9

Tints of Light Cyan #DBFBF9

Color information

#DBFBF9 (or 0xDBFBF9) is unknown color: approx Light Cyan. HEX triplet: DB, FB and F9. RGB value is (219,251,249). Sum of RGB (Red+Green+Blue) = 219+251+249=719 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.46% from 719); Green value is 251 (98.44% from 255 or 34.91% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBF9 is #240406. Grayscale: #F1F1F1. Windows color (decimal): -2360327 or 16382939. OLE color: 16382939.

HSL color Cylindrical-coordinate representation of color #DBFBF9: hue angle of 176.25º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFBF9 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB219251249-
CMYK0.1300.010.02
HSL176.25º80%92.16%-
HSV(B)176.25º12.75%98.43%-
XYZ80.8190.89102.91-
YUV241.2132.4112.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.46%
GREEN value IS 251 (98.44% from 255) = 34.91%
BLUE value IS 249 (97.66% from 255) = 34.63%
R=30.46%
G=34.91%
B=34.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192512490.1300.010.02176.258092.16
HexDBFBF9D012b0505c
Octal33337337115012260120134
Binary110110111111101111111001110101101011000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBF9; }

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

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

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

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

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

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

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

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