#DBF8FB

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

Shades of Light Cyan #DBF8FB

Tints of Light Cyan #DBF8FB

Color information

#DBF8FB (or 0xDBF8FB) is unknown color: approx Light Cyan. HEX triplet: DB, F8 and FB. RGB value is (219,248,251). Sum of RGB (Red+Green+Blue) = 219+248+251=718 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.50% from 718); Green value is 248 (97.27% from 255 or 34.54% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBF8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8FB is #240704. Grayscale: #EFEFEF. Windows color (decimal): -2361093 or 16513243. OLE color: 16513243.

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

Color convert

RGB219248251-
CMYK0.130.0100.02
HSL185.62º80%92.16%-
HSV(B)185.62º12.75%98.43%-
XYZ80.1989.16104.25-
YUV239.67134.39113.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.50%
GREEN value IS 248 (97.27% from 255) = 34.54%
BLUE value IS 251 (98.44% from 255) = 34.96%
R=30.50%
G=34.54%
B=34.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192482510.130.0100.02185.628092.16
HexDBF8FBD102ba505c
Octal33337037315102272120134
Binary110110111111100011111011110110101011101010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF8FB; }

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

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

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

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

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

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

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

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