#DBFBFE

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

Shades of Light Cyan #DBFBFE

Tints of Light Cyan #DBFBFE

Color information

#DBFBFE (or 0xDBFBFE) is unknown color: approx Light Cyan. HEX triplet: DB, FB and FE. RGB value is (219,251,254). Sum of RGB (Red+Green+Blue) = 219+251+254=724 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.25% from 724); Green value is 251 (98.44% from 255 or 34.67% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBFBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBFE is #240401. Grayscale: #F1F1F1. Windows color (decimal): -2360322 or 16710619. OLE color: 16710619.

HSL color Cylindrical-coordinate representation of color #DBFBFE: hue angle of 185.14º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFBFE is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219251254-
CMYK0.140.0100.00
HSL185.14º94.59%92.75%-
HSV(B)185.14º13.78%99.61%-
XYZ81.691.21107.07-
YUV241.77134.9111.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.25%
GREEN value IS 251 (98.44% from 255) = 34.67%
BLUE value IS 254 (99.61% from 255) = 35.08%
R=30.25%
G=34.67%
B=35.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192512540.140.0100.00185.1494.5992.75
HexDBFBFEE100b95f5d
Octal33337337616100271137135
Binary11011011111110111111111011101001011100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBFE; }

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

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

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

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

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

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

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

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