#DBF8FD

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

Shades of Light Cyan #DBF8FD

Tints of Light Cyan #DBF8FD

Color information

#DBF8FD (or 0xDBF8FD) is unknown color: approx Light Cyan. HEX triplet: DB, F8 and FD. RGB value is (219,248,253). Sum of RGB (Red+Green+Blue) = 219+248+253=720 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.42% from 720); Green value is 248 (97.27% from 255 or 34.44% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBF8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8FD is #240702. Grayscale: #EFEFEF. Windows color (decimal): -2361091 or 16644315. OLE color: 16644315.

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

Color convert

RGB219248253-
CMYK0.130.0200.01
HSL188.82º89.47%92.55%-
HSV(B)188.82º13.44%99.22%-
XYZ80.5189.29105.92-
YUV239.9135.39113.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.42%
GREEN value IS 248 (97.27% from 255) = 34.44%
BLUE value IS 253 (99.22% from 255) = 35.14%
R=30.42%
G=34.44%
B=35.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192482530.130.0200.01188.8289.4792.55
HexDBF8FDD201bd595d
Octal33337037515201275131135
Binary110110111111100011111101110110011011110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF8FD; }

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

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

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

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

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

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

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

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