#DBF7FC

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

Shades of Light Cyan #DBF7FC

Tints of Light Cyan #DBF7FC

Color information

#DBF7FC (or 0xDBF7FC) is unknown color: approx Light Cyan. HEX triplet: DB, F7 and FC. RGB value is (219,247,252). Sum of RGB (Red+Green+Blue) = 219+247+252=718 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.50% from 718); Green value is 247 (96.88% from 255 or 34.40% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBF7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF7FC is #240803. Grayscale: #EFEFEF. Windows color (decimal): -2361348 or 16578523. OLE color: 16578523.

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

Color convert

RGB219247252-
CMYK0.130.0200.01
HSL189.09º84.62%92.35%-
HSV(B)189.09º13.1%98.82%-
XYZ80.0488.61104.98-
YUV239.2135.22113.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.50%
GREEN value IS 247 (96.88% from 255) = 34.40%
BLUE value IS 252 (98.83% from 255) = 35.10%
R=30.50%
G=34.40%
B=35.10%

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
Decimal2192472520.130.0200.01189.0984.6292.35
HexDBF7FCD201bd555c
Octal33336737415201275125134
Binary110110111111011111111100110110011011110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF7FC; }

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

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

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

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

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

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

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

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