Shades of Oyster Bay #D0F2F9
Tints of Oyster Bay #D0F2F9
RGB
CMYK
RGB Variations
Color information
#D0F2F9 (or 0xD0F2F9) is known color: Oyster Bay. HEX triplet: D0, F2 and F9. RGB value is (208,242,249). Sum of RGB (Red+Green+Blue) = 208+242+249=699 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.76% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 249 (97.66% from 255 or 35.62% from 699); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0F2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F2F9 is #2F0D06. Grayscale: #E8E8E8. Windows color (decimal): -3083527 or 16380624. OLE color: 16380624.
HSL color Cylindrical-coordinate representation of color #D0F2F9: hue angle of 190.24º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F2F9 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 242 | 249 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.02 |
| HSL | 190.24º | 0.77% | 0.9% | - |
| HSV(B) | 190.24º | 0.16% | 0.98% | - |
| XYZ | 74.86 | 83.75 | 101.84 | - |
| YUV | 232.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 249 | 0.16 | 0.03 | 0 | 0.02 | 190.24 | 0.77 | 0.9 |
| Hex | D0 | F2 | F9 | 10 | 3 | 0 | 2 | BE | 4D | 5A |
| Octal | 320 | 362 | 371 | 20 | 3 | 0 | 2 | 276 | 115 | 132 |
| Binary | 11010000 | 11110010 | 11111001 | 10000 | 11 | 0 | 10 | 10111110 | 1001101 | 1011010 |
Color Harmonies of #D0F2F9
Complementary color
Monochromatic Colors of #D0F2F9
Black with #D0F2F9
Text Example
Text Example
White with #D0F2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F2F9; }
p { color: rgb(208,242,249); }
H1.HeaderClassName
{
color: #D0F2F9;
}
.AnyTagClassName
{
color: #D0F2F9;
}
</style>
background-color css
<style>
a { background-color: #D0F2F9; }
a { background-color: rgb(208,242,249); }
div.DivClassName
{
background-color: #D0F2F9;
}
.BgClassName
{
background-color: #D0F2F9;
}
</style>
border-color css
<style>
span { border-color: #D0F2F9; }
span { border-color: rgb(208,242,249); }
td.TdClassName
{
border-color: #D0F2F9;
}
.TagClassName
{
border-color: #D0F2F9;
}
</style>