#DBFEFB

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

Shades of Light Cyan #DBFEFB

Tints of Light Cyan #DBFEFB

Color information

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

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

Color convert

RGB219254251-
CMYK0.1400.010.00
HSL174.86º94.59%92.75%-
HSV(B)174.86º13.78%99.61%-
XYZ82.0792.91104.87-
YUV243.19132.4110.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192542510.1400.010.00174.8694.5992.75
HexDBFEFBE010af5f5d
Octal33337637316010257137135
Binary11011011111111101111101111100101010111110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFEFB; }

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

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

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

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

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

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

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

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