#DBF6FC

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

Shades of Light Cyan #DBF6FC

Tints of Light Cyan #DBF6FC

Color information

#DBF6FC (or 0xDBF6FC) is unknown color: approx Light Cyan. HEX triplet: DB, F6 and FC. RGB value is (219,246,252). Sum of RGB (Red+Green+Blue) = 219+246+252=717 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.54% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBF6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF6FC is #240903. Grayscale: #EEEEEE. Windows color (decimal): -2361604 or 16578267. OLE color: 16578267.

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

Color convert

RGB219246252-
CMYK0.130.0200.01
HSL190.91º84.62%92.35%-
HSV(B)190.91º13.1%98.82%-
XYZ79.7488104.88-
YUV238.61135.55114.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.54%
GREEN value IS 246 (96.48% from 255) = 34.31%
BLUE value IS 252 (98.83% from 255) = 35.15%
R=30.54%
G=34.31%
B=35.15%

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
Decimal2192462520.130.0200.01190.9184.6292.35
HexDBF6FCD201bf555c
Octal33336637415201277125134
Binary110110111111011011111100110110011011111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF6FC; }

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

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

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

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

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

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

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

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