#DBFBFC

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

Shades of Light Cyan #DBFBFC

Tints of Light Cyan #DBFBFC

Color information

#DBFBFC (or 0xDBFBFC) is unknown color: approx Light Cyan. HEX triplet: DB, FB and FC. RGB value is (219,251,252). Sum of RGB (Red+Green+Blue) = 219+251+252=722 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.33% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBFBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBFC is #240403. Grayscale: #F1F1F1. Windows color (decimal): -2360324 or 16579547. OLE color: 16579547.

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

Color convert

RGB219251252-
CMYK0.130.0000.01
HSL181.82º84.62%92.35%-
HSV(B)181.82º13.1%98.82%-
XYZ81.2891.08105.39-
YUV241.55133.9111.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.33%
GREEN value IS 251 (98.44% from 255) = 34.76%
BLUE value IS 252 (98.83% from 255) = 34.90%
R=30.33%
G=34.76%
B=34.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192512520.130.0000.01181.8284.6292.35
HexDBFBFCD001b6555c
Octal33337337415001266125134
Binary11011011111110111111110011010011011011010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBFC; }

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

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

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

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

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

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

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

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