#DBFDF6

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

Shades of Light Cyan #DBFDF6

Tints of Light Cyan #DBFDF6

Color information

#DBFDF6 (or 0xDBFDF6) is unknown color: approx Light Cyan. HEX triplet: DB, FD and F6. RGB value is (219,253,246). Sum of RGB (Red+Green+Blue) = 219+253+246=718 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.50% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 246 (96.48% from 255 or 34.26% from 718); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDF6 is #240209. Grayscale: #F2F2F2. Windows color (decimal): -2359818 or 16186843. OLE color: 16186843.

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

Color convert

RGB219253246-
CMYK0.1300.030.01
HSL167.65º89.47%92.55%-
HSV(B)167.65º13.44%99.22%-
XYZ80.9791.96100.67-
YUV242.04130.24111.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.50%
GREEN value IS 253 (99.22% from 255) = 35.24%
BLUE value IS 246 (96.48% from 255) = 34.26%
R=30.50%
G=35.24%
B=34.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192532460.1300.030.01167.6589.4792.55
HexDBFDF6D031a8595d
Octal33337536615031250131135
Binary110110111111110111110110110101111010100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDF6; }

 p { color: rgb(219,253,246); }

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

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

 a { background-color: rgb(219,253,246); }

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

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

 span { border-color: rgb(219,253,246); }

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