#DBFFF7

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

Shades of Light Cyan #DBFFF7

Tints of Light Cyan #DBFFF7

Color information

#DBFFF7 (or 0xDBFFF7) is unknown color: approx Light Cyan. HEX triplet: DB, FF and F7. RGB value is (219,255,247). Sum of RGB (Red+Green+Blue) = 219+255+247=721 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.37% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 247 (96.88% from 255 or 34.26% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFF7 is #240008. Grayscale: #F3F3F3. Windows color (decimal): -2359305 or 16252891. OLE color: 16252891.

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

Color convert

RGB219255247-
CMYK0.1400.030
HSL166.67º100%92.94%-
HSV(B)166.67º14.12%100%-
XYZ81.7693.3101.69-
YUV243.32130.07110.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.37%
GREEN value IS 255 (100% from 255) = 35.37%
BLUE value IS 247 (96.88% from 255) = 34.26%
R=30.37%
G=35.37%
B=34.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552470.1400.030166.6710092.94
HexDBFFF7E030a7645d
Octal33337736716030247144135
Binary110110111111111111110111111001101010011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFF7; }

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

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

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

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

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

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

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

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