#DBF9FC

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

Shades of Light Cyan #DBF9FC

Tints of Light Cyan #DBF9FC

Color information

#DBF9FC (or 0xDBF9FC) is unknown color: approx Light Cyan. HEX triplet: DB, F9 and FC. RGB value is (219,249,252). Sum of RGB (Red+Green+Blue) = 219+249+252=720 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.42% from 720); Green value is 249 (97.66% from 255 or 34.58% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBF9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF9FC is #240603. Grayscale: #F0F0F0. Windows color (decimal): -2360836 or 16579035. OLE color: 16579035.

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

Color convert

RGB219249252-
CMYK0.130.0100.01
HSL185.45º84.62%92.35%-
HSV(B)185.45º13.1%98.82%-
XYZ80.6689.84105.19-
YUV240.37134.56112.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.42%
GREEN value IS 249 (97.66% from 255) = 34.58%
BLUE value IS 252 (98.83% from 255) = 35%
R=30.42%
G=34.58%
B=35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192492520.130.0100.01185.4584.6292.35
HexDBF9FCD101b9555c
Octal33337137415101271125134
Binary11011011111110011111110011011011011100110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF9FC; }

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

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

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

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

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

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

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

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