Shades of Clear Day #DBF9F0
Tints of Clear Day #DBF9F0
RGB
CMYK
RGB Variations
Color information
#DBF9F0 (or 0xDBF9F0) is known color: 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
RGB | 219 | 249 | 240 | - |
CMYK | 0.12 | 0 | 0.04 | 0.02 |
HSL | 162º | 0.71% | 0.92% | - |
HSV(B) | 162º | 0.12% | 0.98% | - |
XYZ | 78.82 | 89.1 | 95.48 | - |
YUV | 239 | 128.56 | 113.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 249 | 240 | 0.12 | 0 | 0.04 | 0.02 | 162 | 0.71 | 0.92 |
Hex | DB | F9 | F0 | C | 0 | 4 | 2 | A2 | 47 | 5C |
Octal | 333 | 371 | 360 | 14 | 0 | 4 | 2 | 242 | 107 | 134 |
Binary | 11011011 | 11111001 | 11110000 | 1100 | 0 | 100 | 10 | 10100010 | 1000111 | 1011100 |
Color Harmonies of #DBF9F0
Complementary color
Monochromatic Colors of #DBF9F0
Black with #DBF9F0
Text Example
Text Example
White with #DBF9F0
Text Example
Text Example
HTML Codes & Css Web 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>