#DBF6FD

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

Shades of Light Cyan #DBF6FD

Tints of Light Cyan #DBF6FD

Color information

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

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

Color convert

RGB219246253-
CMYK0.130.0300.01
HSL192.35º89.47%92.55%-
HSV(B)192.35º13.44%99.22%-
XYZ79.988.06105.72-
YUV238.72136.05113.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192462530.130.0300.01192.3589.4792.55
HexDBF6FDD301c0595d
Octal33336637515301300131135
Binary110110111111011011111101110111011100000010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF6FD; }

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

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

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

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

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

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

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

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