#DBF8FC

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

Shades of Light Cyan #DBF8FC

Tints of Light Cyan #DBF8FC

Color information

#DBF8FC (or 0xDBF8FC) is unknown color: approx Light Cyan. HEX triplet: DB, F8 and FC. RGB value is (219,248,252). Sum of RGB (Red+Green+Blue) = 219+248+252=719 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.46% from 719); Green value is 248 (97.27% from 255 or 34.49% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBF8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8FC is #240703. Grayscale: #EFEFEF. Windows color (decimal): -2361092 or 16578779. OLE color: 16578779.

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

Color convert

RGB219248252-
CMYK0.130.0200.01
HSL187.27º84.62%92.35%-
HSV(B)187.27º13.1%98.82%-
XYZ80.3589.22105.08-
YUV239.78134.89113.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.46%
GREEN value IS 248 (97.27% from 255) = 34.49%
BLUE value IS 252 (98.83% from 255) = 35.05%
R=30.46%
G=34.49%
B=35.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192482520.130.0200.01187.2784.6292.35
HexDBF8FCD201bb555c
Octal33337037415201273125134
Binary110110111111100011111100110110011011101110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF8FC; }

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

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

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

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

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

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

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

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