#DBF8FE

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

Shades of Light Cyan #DBF8FE

Tints of Light Cyan #DBF8FE

Color information

#DBF8FE (or 0xDBF8FE) is unknown color: approx Light Cyan. HEX triplet: DB, F8 and FE. RGB value is (219,248,254). Sum of RGB (Red+Green+Blue) = 219+248+254=721 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.37% from 721); Green value is 248 (97.27% from 255 or 34.40% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8FE is #240701. Grayscale: #EFEFEF. Windows color (decimal): -2361090 or 16709851. OLE color: 16709851.

HSL color Cylindrical-coordinate representation of color #DBF8FE: hue angle of 190.29º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBF8FE is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219248254-
CMYK0.140.0200.00
HSL190.29º94.59%92.75%-
HSV(B)190.29º13.78%99.61%-
XYZ80.6789.35106.76-
YUV240.01135.89113.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.37%
GREEN value IS 248 (97.27% from 255) = 34.40%
BLUE value IS 254 (99.61% from 255) = 35.23%
R=30.37%
G=34.40%
B=35.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192482540.140.0200.00190.2994.5992.75
HexDBF8FEE200be5f5d
Octal33337037616200276137135
Binary110110111111100011111110111010001011111010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF8FE; }

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

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

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

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

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

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

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

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