#DBF7FA

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

Shades of Light Cyan #DBF7FA

Tints of Light Cyan #DBF7FA

Color information

#DBF7FA (or 0xDBF7FA) is unknown color: approx Light Cyan. HEX triplet: DB, F7 and FA. RGB value is (219,247,250). Sum of RGB (Red+Green+Blue) = 219+247+250=716 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.59% from 716); Green value is 247 (96.88% from 255 or 34.50% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBF7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF7FA is #240805. Grayscale: #EEEEEE. Windows color (decimal): -2361350 or 16447451. OLE color: 16447451.

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

Color convert

RGB219247250-
CMYK0.120.0100.02
HSL185.81º75.61%91.96%-
HSV(B)185.81º12.4%98.04%-
XYZ79.7388.48103.32-
YUV238.97134.22113.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.59%
GREEN value IS 247 (96.88% from 255) = 34.50%
BLUE value IS 250 (98.05% from 255) = 34.92%
R=30.59%
G=34.50%
B=34.92%

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
Decimal2192472500.120.0100.02185.8175.6191.96
HexDBF7FAC102ba4c5c
Octal33336737214102272114134
Binary110110111111011111111010110010101011101010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF7FA; }

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

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

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

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

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

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

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

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