#DBFCF7

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

Shades of Light Cyan #DBFCF7

Tints of Light Cyan #DBFCF7

Color information

#DBFCF7 (or 0xDBFCF7) is unknown color: approx Light Cyan. HEX triplet: DB, FC and F7. RGB value is (219,252,247). Sum of RGB (Red+Green+Blue) = 219+252+247=718 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.50% from 718); Green value is 252 (98.83% from 255 or 35.10% from 718); Blue value is 247 (96.88% from 255 or 34.40% from 718); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCF7 is #240308. Grayscale: #F1F1F1. Windows color (decimal): -2360073 or 16252123. OLE color: 16252123.

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

Color convert

RGB219252247-
CMYK0.1300.020.01
HSL170.91º84.62%92.35%-
HSV(B)170.91º13.1%98.82%-
XYZ80.8191.4101.38-
YUV241.56131.07111.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.50%
GREEN value IS 252 (98.83% from 255) = 35.10%
BLUE value IS 247 (96.88% from 255) = 34.40%
R=30.50%
G=35.10%
B=34.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192522470.1300.020.01170.9184.6292.35
HexDBFCF7D021ab555c
Octal33337436715021253125134
Binary110110111111110011110111110101011010101110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFCF7; }

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

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

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

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

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

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

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

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