Shades of Oyster Bay #DBF0F2
Tints of Oyster Bay #DBF0F2
RGB
CMYK
RGB Variations
Color information
#DBF0F2 (or 0xDBF0F2) is known color: Oyster Bay. HEX triplet: DB, F0 and F2. RGB value is (219,240,242). Sum of RGB (Red+Green+Blue) = 219+240+242=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 240 (94.14% from 255 or 34.24% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBF0F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF0F2 is #240F0D. Grayscale: #E9E9E9. Windows color (decimal): -2363150 or 15921371. OLE color: 15921371.
HSL color Cylindrical-coordinate representation of color #DBF0F2: hue angle of 185.22º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF0F2 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 240 | 242 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.05 |
| HSL | 185.22º | 0.47% | 0.9% | - |
| HSV(B) | 185.22º | 0.1% | 0.95% | - |
| XYZ | 76.4 | 83.79 | 96.15 | - |
| YUV | 233.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 242 | 0.10 | 0.01 | 0 | 0.05 | 185.22 | 0.47 | 0.9 |
| Hex | DB | F0 | F2 | A | 1 | 0 | 5 | B9 | 2F | 5A |
| Octal | 333 | 360 | 362 | 12 | 1 | 0 | 5 | 271 | 57 | 132 |
| Binary | 11011011 | 11110000 | 11110010 | 1010 | 1 | 0 | 101 | 10111001 | 101111 | 1011010 |
Color Harmonies of #DBF0F2
Complementary color
Monochromatic Colors of #DBF0F2
Black with #DBF0F2
Text Example
Text Example
White with #DBF0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0F2; }
p { color: rgb(219,240,242); }
H1.HeaderClassName
{
color: #DBF0F2;
}
.AnyTagClassName
{
color: #DBF0F2;
}
</style>
background-color css
<style>
a { background-color: #DBF0F2; }
a { background-color: rgb(219,240,242); }
div.DivClassName
{
background-color: #DBF0F2;
}
.BgClassName
{
background-color: #DBF0F2;
}
</style>
border-color css
<style>
span { border-color: #DBF0F2; }
span { border-color: rgb(219,240,242); }
td.TdClassName
{
border-color: #DBF0F2;
}
.TagClassName
{
border-color: #DBF0F2;
}
</style>