Shades of Oyster Bay #DBF2F3
Tints of Oyster Bay #DBF2F3
RGB
CMYK
RGB Variations
Color information
#DBF2F3 (or 0xDBF2F3) is known color: Oyster Bay. HEX triplet: DB, F2 and F3. RGB value is (219,242,243). Sum of RGB (Red+Green+Blue) = 219+242+243=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 242 (94.92% from 255 or 34.38% from 704); Blue value is 243 (95.31% from 255 or 34.52% from 704); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBF2F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2F3 is #240D0C. Grayscale: #EBEBEB. Windows color (decimal): -2362637 or 15987419. OLE color: 15987419.
HSL color Cylindrical-coordinate representation of color #DBF2F3: hue angle of 182.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF2F3 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 242 | 243 | - |
CMYK | 0.10 | 0.00 | 0 | 0.05 |
HSL | 182.5º | 0.5% | 0.91% | - |
HSV(B) | 182.5º | 0.1% | 0.95% | - |
XYZ | 77.14 | 85.04 | 97.14 | - |
YUV | 235.24 | 132.38 | 116.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 242 | 243 | 0.10 | 0.00 | 0 | 0.05 | 182.5 | 0.5 | 0.91 |
Hex | DB | F2 | F3 | A | 0 | 0 | 5 | B6 | 32 | 5B |
Octal | 333 | 362 | 363 | 12 | 0 | 0 | 5 | 266 | 62 | 133 |
Binary | 11011011 | 11110010 | 11110011 | 1010 | 0 | 0 | 101 | 10110110 | 110010 | 1011011 |
Color Harmonies of #DBF2F3
Complementary color
Monochromatic Colors of #DBF2F3
Black with #DBF2F3
Text Example
Text Example
White with #DBF2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2F3; }
p { color: rgb(219,242,243); }
H1.HeaderClassName
{
color: #DBF2F3;
}
.AnyTagClassName
{
color: #DBF2F3;
}
</style>
background-color css
<style>
a { background-color: #DBF2F3; }
a { background-color: rgb(219,242,243); }
div.DivClassName
{
background-color: #DBF2F3;
}
.BgClassName
{
background-color: #DBF2F3;
}
</style>
border-color css
<style>
span { border-color: #DBF2F3; }
span { border-color: rgb(219,242,243); }
td.TdClassName
{
border-color: #DBF2F3;
}
.TagClassName
{
border-color: #DBF2F3;
}
</style>