#DBFEF7

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

Shades of Light Cyan #DBFEF7

Tints of Light Cyan #DBFEF7

Color information

#DBFEF7 (or 0xDBFEF7) is unknown color: approx Light Cyan. HEX triplet: DB, FE and F7. RGB value is (219,254,247). Sum of RGB (Red+Green+Blue) = 219+254+247=720 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.42% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEF7 is #240108. Grayscale: #F2F2F2. Windows color (decimal): -2359561 or 16252635. OLE color: 16252635.

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

Color convert

RGB219254247-
CMYK0.1400.030.00
HSL168º94.59%92.75%-
HSV(B)168º13.78%99.61%-
XYZ81.4492.66101.59-
YUV242.74130.4111.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.42%
GREEN value IS 254 (99.61% from 255) = 35.28%
BLUE value IS 247 (96.88% from 255) = 34.31%
R=30.42%
G=35.28%
B=34.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192542470.1400.030.0016894.5992.75
HexDBFEF7E030a85f5d
Octal33337636716030250137135
Binary110110111111111011110111111001101010100010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFEF7; }

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

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

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

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

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

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

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

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