#DBFBF0

Color #DBFBF0 Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #DBFBF0

Tints of Clear Day #DBFBF0

Color information

#DBFBF0 (or 0xDBFBF0) is unknown color: approx Clear Day. HEX triplet: DB, FB and F0. RGB value is (219,251,240). Sum of RGB (Red+Green+Blue) = 219+251+240=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBF0 is #24040F. Grayscale: #F0F0F0. Windows color (decimal): -2360336 or 15793115. OLE color: 15793115.

HSL color Cylindrical-coordinate representation of color #DBFBF0: hue angle of 159.38º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFBF0 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB219251240-
CMYK0.1300.040.02
HSL159.38º80%92.16%-
HSV(B)159.38º12.75%98.43%-
XYZ79.4490.3595.69-
YUV240.18127.9112.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.85%
GREEN value IS 251 (98.44% from 255) = 35.35%
BLUE value IS 240 (94.14% from 255) = 33.80%
R=30.85%
G=35.35%
B=33.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192512400.1300.040.02159.388092.16
HexDBFBF0D0429f505c
Octal33337336015042237120134
Binary11011011111110111111000011010100101001111110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBF0; }

 p { color: rgb(219,251,240); }

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

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

 a { background-color: rgb(219,251,240); }

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

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

 span { border-color: rgb(219,251,240); }

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