#DBFDFD

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

Shades of Light Cyan #DBFDFD

Tints of Light Cyan #DBFDFD

Color information

#DBFDFD (or 0xDBFDFD) is unknown color: approx Light Cyan. HEX triplet: DB, FD and FD. RGB value is (219,253,253). Sum of RGB (Red+Green+Blue) = 219+253+253=725 (96% of max value = 765). Red value is 219 (85.94% from 255 or 30.21% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #DBFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDFD is #240202. Grayscale: #F2F2F2. Windows color (decimal): -2359811 or 16645595. OLE color: 16645595.

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

Color convert

RGB219253253-
CMYK0.13000.01
HSL180º89.47%92.55%-
HSV(B)180º13.44%99.22%-
XYZ82.0792.4106.44-
YUV242.83133.74111-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.21%
GREEN value IS 253 (99.22% from 255) = 34.90%
BLUE value IS 253 (99.22% from 255) = 34.90%
R=30.21%
G=34.90%
B=34.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192532530.13000.0118089.4792.55
HexDBFDFDD001b4595d
Octal33337537515001264131135
Binary11011011111111011111110111010011011010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDFD; }

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

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

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

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

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

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

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

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