#DBF3F8

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

Shades of Light Cyan #DBF3F8

Tints of Light Cyan #DBF3F8

Color information

#DBF3F8 (or 0xDBF3F8) is unknown color: approx Light Cyan. HEX triplet: DB, F3 and F8. RGB value is (219,243,248). Sum of RGB (Red+Green+Blue) = 219+243+248=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 243 (95.31% from 255 or 34.23% from 710); Blue value is 248 (97.27% from 255 or 34.93% from 710); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBF3F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF3F8 is #240C07. Grayscale: #ECECEC. Windows color (decimal): -2362376 or 16315355. OLE color: 16315355.

HSL color Cylindrical-coordinate representation of color #DBF3F8: hue angle of 190.34º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF3F8 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB219243248-
CMYK0.120.0200.03
HSL190.34º67.44%91.57%-
HSV(B)190.34º11.69%97.25%-
XYZ78.2185.94101.27-
YUV236.39134.55115.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.85%
GREEN value IS 243 (95.31% from 255) = 34.23%
BLUE value IS 248 (97.27% from 255) = 34.93%
R=30.85%
G=34.23%
B=34.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192432480.120.0200.03190.3467.4491.57
HexDBF3F8C203be435c
Octal33336337014203276103134
Binary1101101111110011111110001100100111011111010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3F8; }

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

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

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

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

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

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

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

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