#DBF9F0

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

Shades of Clear Day #DBF9F0

Tints of Clear Day #DBF9F0

Color information

#DBF9F0 (or 0xDBF9F0) is unknown color: approx Clear Day. HEX triplet: DB, F9 and F0. RGB value is (219,249,240). Sum of RGB (Red+Green+Blue) = 219+249+240=708 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.93% from 708); Green value is 249 (97.66% from 255 or 35.17% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF9F0 is #24060F. Grayscale: #EFEFEF. Windows color (decimal): -2360848 or 15792603. OLE color: 15792603.

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

Color convert

RGB219249240-
CMYK0.1200.040.02
HSL162º71.43%91.76%-
HSV(B)162º12.05%97.65%-
XYZ78.8289.195.48-
YUV239128.56113.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.93%
GREEN value IS 249 (97.66% from 255) = 35.17%
BLUE value IS 240 (94.14% from 255) = 33.90%
R=30.93%
G=35.17%
B=33.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192492400.1200.040.0216271.4391.76
HexDBF9F0C042a2475c
Octal33337136014042242107134
Binary11011011111110011111000011000100101010001010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF9F0; }

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

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

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

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

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

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

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

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