#DBF6FB

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

Shades of Light Cyan #DBF6FB

Tints of Light Cyan #DBF6FB

Color information

#DBF6FB (or 0xDBF6FB) is unknown color: approx Light Cyan. HEX triplet: DB, F6 and FB. RGB value is (219,246,251). Sum of RGB (Red+Green+Blue) = 219+246+251=716 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.59% from 716); Green value is 246 (96.48% from 255 or 34.36% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBF6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF6FB is #240904. Grayscale: #EEEEEE. Windows color (decimal): -2361605 or 16512731. OLE color: 16512731.

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

Color convert

RGB219246251-
CMYK0.130.0200.02
HSL189.38º80%92.16%-
HSV(B)189.38º12.75%98.43%-
XYZ79.5887.94104.05-
YUV238.5135.05114.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.59%
GREEN value IS 246 (96.48% from 255) = 34.36%
BLUE value IS 251 (98.44% from 255) = 35.06%
R=30.59%
G=34.36%
B=35.06%

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
Decimal2192462510.130.0200.02189.388092.16
HexDBF6FBD202bd505c
Octal33336637315202275120134
Binary1101101111110110111110111101100101011110110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF6FB; }

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

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

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

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

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

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

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

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