#DBFEF8

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

Shades of Light Cyan #DBFEF8

Tints of Light Cyan #DBFEF8

Color information

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

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

Color convert

RGB219254248-
CMYK0.1400.020.00
HSL169.71º94.59%92.75%-
HSV(B)169.71º13.78%99.61%-
XYZ81.692.72102.4-
YUV242.85130.9110.99-

RGB Variations

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

RGB

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

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
Decimal2192542480.1400.020.00169.7194.5992.75
HexDBFEF8E020aa5f5d
Octal33337637016020252137135
Binary110110111111111011111000111001001010101010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFEF8; }

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

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

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

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

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

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

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

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