#DBF6FE

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

Shades of Light Cyan #DBF6FE

Tints of Light Cyan #DBF6FE

Color information

#DBF6FE (or 0xDBF6FE) is unknown color: approx Light Cyan. HEX triplet: DB, F6 and FE. RGB value is (219,246,254). Sum of RGB (Red+Green+Blue) = 219+246+254=719 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.46% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF6FE is #240901. Grayscale: #EEEEEE. Windows color (decimal): -2361602 or 16709339. OLE color: 16709339.

HSL color Cylindrical-coordinate representation of color #DBF6FE: hue angle of 193.71º 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 #DBF6FE is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219246254-
CMYK0.140.0300.00
HSL193.71º94.59%92.75%-
HSV(B)193.71º13.78%99.61%-
XYZ80.0688.13106.56-
YUV238.84136.55113.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.46%
GREEN value IS 246 (96.48% from 255) = 34.21%
BLUE value IS 254 (99.61% from 255) = 35.33%
R=30.46%
G=34.21%
B=35.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192462540.140.0300.00193.7194.5992.75
HexDBF6FEE300c25f5d
Octal33336637616300302137135
Binary110110111111011011111110111011001100001010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF6FE; }

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

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

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

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

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

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

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

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