#DBFDF9

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

Shades of Light Cyan #DBFDF9

Tints of Light Cyan #DBFDF9

Color information

#DBFDF9 (or 0xDBFDF9) is unknown color: approx Light Cyan. HEX triplet: DB, FD and F9. RGB value is (219,253,249). Sum of RGB (Red+Green+Blue) = 219+253+249=721 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.37% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDF9 is #240206. Grayscale: #F2F2F2. Windows color (decimal): -2359815 or 16383451. OLE color: 16383451.

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

Color convert

RGB219253249-
CMYK0.1300.020.01
HSL172.94º89.47%92.55%-
HSV(B)172.94º13.44%99.22%-
XYZ81.4492.15103.12-
YUV242.38131.74111.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.37%
GREEN value IS 253 (99.22% from 255) = 35.09%
BLUE value IS 249 (97.66% from 255) = 34.54%
R=30.37%
G=35.09%
B=34.54%

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
Decimal2192532490.1300.020.01172.9489.4792.55
HexDBFDF9D021ad595d
Octal33337537115021255131135
Binary110110111111110111111001110101011010110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDF9; }

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

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

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

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

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

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

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

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