#DBF9FE

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

Shades of Light Cyan #DBF9FE

Tints of Light Cyan #DBF9FE

Color information

#DBF9FE (or 0xDBF9FE) is unknown color: approx Light Cyan. HEX triplet: DB, F9 and FE. RGB value is (219,249,254). Sum of RGB (Red+Green+Blue) = 219+249+254=722 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.33% from 722); Green value is 249 (97.66% from 255 or 34.49% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBF9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF9FE is #240601. Grayscale: #F0F0F0. Windows color (decimal): -2360834 or 16710107. OLE color: 16710107.

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

Color convert

RGB219249254-
CMYK0.140.0200.00
HSL188.57º94.59%92.75%-
HSV(B)188.57º13.78%99.61%-
XYZ80.9889.97106.86-
YUV240.6135.56112.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.33%
GREEN value IS 249 (97.66% from 255) = 34.49%
BLUE value IS 254 (99.61% from 255) = 35.18%
R=30.33%
G=34.49%
B=35.18%

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
Decimal2192492540.140.0200.00188.5794.5992.75
HexDBF9FEE200bd5f5d
Octal33337137616200275137135
Binary110110111111100111111110111010001011110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF9FE; }

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

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

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

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

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

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

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

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