#DBF7FB

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

Shades of Light Cyan #DBF7FB

Tints of Light Cyan #DBF7FB

Color information

#DBF7FB (or 0xDBF7FB) is unknown color: approx Light Cyan. HEX triplet: DB, F7 and FB. RGB value is (219,247,251). Sum of RGB (Red+Green+Blue) = 219+247+251=717 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.54% from 717); Green value is 247 (96.88% from 255 or 34.45% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBF7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF7FB is #240804. Grayscale: #EFEFEF. Windows color (decimal): -2361349 or 16512987. OLE color: 16512987.

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

Color convert

RGB219247251-
CMYK0.130.0200.02
HSL187.5º80%92.16%-
HSV(B)187.5º12.75%98.43%-
XYZ79.8988.55104.15-
YUV239.08134.72113.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.54%
GREEN value IS 247 (96.88% from 255) = 34.45%
BLUE value IS 251 (98.44% from 255) = 35.01%
R=30.54%
G=34.45%
B=35.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192472510.130.0200.02187.58092.16
HexDBF7FBD202bc505c
Octal33336737315202274120134
Binary1101101111110111111110111101100101011110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF7FB; }

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

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

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

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

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

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

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

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