#DBFEFA

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

Shades of Light Cyan #DBFEFA

Tints of Light Cyan #DBFEFA

Color information

#DBFEFA (or 0xDBFEFA) is unknown color: approx Light Cyan. HEX triplet: DB, FE and FA. RGB value is (219,254,250). Sum of RGB (Red+Green+Blue) = 219+254+250=723 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.29% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEFA is #240105. Grayscale: #F3F3F3. Windows color (decimal): -2359558 or 16449243. OLE color: 16449243.

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

Color convert

RGB219254250-
CMYK0.1400.020.00
HSL173.14º94.59%92.75%-
HSV(B)173.14º13.78%99.61%-
XYZ81.9192.85104.05-
YUV243.08131.9110.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.29%
GREEN value IS 254 (99.61% from 255) = 35.13%
BLUE value IS 250 (98.05% from 255) = 34.58%
R=30.29%
G=35.13%
B=34.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192542500.1400.020.00173.1494.5992.75
HexDBFEFAE020ad5f5d
Octal33337637216020255137135
Binary110110111111111011111010111001001010110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFEFA; }

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

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

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

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

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

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

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

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