#DBFBFB

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

Shades of Light Cyan #DBFBFB

Tints of Light Cyan #DBFBFB

Color information

#DBFBFB (or 0xDBFBFB) is unknown color: approx Light Cyan. HEX triplet: DB, FB and FB. RGB value is (219,251,251). Sum of RGB (Red+Green+Blue) = 219+251+251=721 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.37% from 721); Green value is 251 (98.44% from 255 or 34.81% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #DBFBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBFB is #240404. Grayscale: #F1F1F1. Windows color (decimal): -2360325 or 16514011. OLE color: 16514011.

HSL color Cylindrical-coordinate representation of color #DBFBFB: hue angle of 180º 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 #DBFBFB is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219251251-
CMYK0.13000.02
HSL180º80%92.16%-
HSV(B)180º12.75%98.43%-
XYZ81.1291.02104.56-
YUV241.43133.4112-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.37%
GREEN value IS 251 (98.44% from 255) = 34.81%
BLUE value IS 251 (98.44% from 255) = 34.81%
R=30.37%
G=34.81%
B=34.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192512510.13000.021808092.16
HexDBFBFBD002b4505c
Octal33337337315002264120134
Binary110110111111101111111011110100101011010010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBFB; }

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

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

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

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

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

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

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

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