#DBF5FB

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

Shades of Light Cyan #DBF5FB

Tints of Light Cyan #DBF5FB

Color information

#DBF5FB (or 0xDBF5FB) is unknown color: approx Light Cyan. HEX triplet: DB, F5 and FB. RGB value is (219,245,251). Sum of RGB (Red+Green+Blue) = 219+245+251=715 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.63% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBF5FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF5FB is #240A04. Grayscale: #EDEDED. Windows color (decimal): -2361861 or 16512475. OLE color: 16512475.

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

Color convert

RGB219245251-
CMYK0.130.0200.02
HSL191.25º80%92.16%-
HSV(B)191.25º12.75%98.43%-
XYZ79.2887.33103.94-
YUV237.91135.39114.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.63%
GREEN value IS 245 (96.09% from 255) = 34.27%
BLUE value IS 251 (98.44% from 255) = 35.10%
R=30.63%
G=34.27%
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.02
SystemRedGreenBlueCMYKHSL
Decimal2192452510.130.0200.02191.258092.16
HexDBF5FBD202bf505c
Octal33336537315202277120134
Binary1101101111110101111110111101100101011111110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF5FB; }

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

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

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

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

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

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

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

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