#DBF8FA

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

Shades of Light Cyan #DBF8FA

Tints of Light Cyan #DBF8FA

Color information

#DBF8FA (or 0xDBF8FA) is unknown color: approx Light Cyan. HEX triplet: DB, F8 and FA. RGB value is (219,248,250). Sum of RGB (Red+Green+Blue) = 219+248+250=717 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.54% from 717); Green value is 248 (97.27% from 255 or 34.59% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8FA is #240705. Grayscale: #EFEFEF. Windows color (decimal): -2361094 or 16447707. OLE color: 16447707.

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

Color convert

RGB219248250-
CMYK0.120.0100.02
HSL183.87º75.61%91.96%-
HSV(B)183.87º12.4%98.04%-
XYZ80.0489.1103.42-
YUV239.56133.89113.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.54%
GREEN value IS 248 (97.27% from 255) = 34.59%
BLUE value IS 250 (98.05% from 255) = 34.87%
R=30.54%
G=34.59%
B=34.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192482500.120.0100.02183.8775.6191.96
HexDBF8FAC102b84c5c
Octal33337037214102270114134
Binary110110111111100011111010110010101011100010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF8FA; }

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

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

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

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

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

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

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

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