#DBFEFD

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

Shades of Light Cyan #DBFEFD

Tints of Light Cyan #DBFEFD

Color information

#DBFEFD (or 0xDBFEFD) is unknown color: approx Light Cyan. HEX triplet: DB, FE and FD. RGB value is (219,254,253). Sum of RGB (Red+Green+Blue) = 219+254+253=726 (96% of max value = 765). Red value is 219 (85.94% from 255 or 30.17% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEFD is #240102. Grayscale: #F3F3F3. Windows color (decimal): -2359555 or 16645851. OLE color: 16645851.

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

Color convert

RGB219254253-
CMYK0.1400.000.00
HSL178.29º94.59%92.75%-
HSV(B)178.29º13.78%99.61%-
XYZ82.3893.04106.54-
YUV243.42133.4110.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.17%
GREEN value IS 254 (99.61% from 255) = 34.99%
BLUE value IS 253 (99.22% from 255) = 34.85%
R=30.17%
G=34.99%
B=34.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192542530.1400.000.00178.2994.5992.75
HexDBFEFDE000b25f5d
Octal33337637516000262137135
Binary11011011111111101111110111100001011001010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFEFD; }

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

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

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

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

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

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

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

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