Shades of Oyster Bay #D9F0F1
Tints of Oyster Bay #D9F0F1
RGB
CMYK
RGB Variations
Color information
#D9F0F1 (or 0xD9F0F1) is known color: Oyster Bay. HEX triplet: D9, F0 and F1. RGB value is (217,240,241). Sum of RGB (Red+Green+Blue) = 217+240+241=698 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.09% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9F0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F0F1 is #260F0E. Grayscale: #E9E9E9. Windows color (decimal): -2494223 or 15855833. OLE color: 15855833.
HSL color Cylindrical-coordinate representation of color #D9F0F1: hue angle of 182.5º degrees, saturation: 0.46, 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 #D9F0F1 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 240 | 241 | - |
| CMYK | 0.10 | 0.00 | 0 | 0.05 |
| HSL | 182.5º | 0.46% | 0.9% | - |
| HSV(B) | 182.5º | 0.1% | 0.95% | - |
| XYZ | 75.65 | 83.42 | 95.33 | - |
| YUV | 233.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 240 | 241 | 0.10 | 0.00 | 0 | 0.05 | 182.5 | 0.46 | 0.9 |
| Hex | D9 | F0 | F1 | A | 0 | 0 | 5 | B6 | 2E | 5A |
| Octal | 331 | 360 | 361 | 12 | 0 | 0 | 5 | 266 | 56 | 132 |
| Binary | 11011001 | 11110000 | 11110001 | 1010 | 0 | 0 | 101 | 10110110 | 101110 | 1011010 |
Color Harmonies of #D9F0F1
Complementary color
Monochromatic Colors of #D9F0F1
Black with #D9F0F1
Text Example
Text Example
White with #D9F0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F0F1; }
p { color: rgb(217,240,241); }
H1.HeaderClassName
{
color: #D9F0F1;
}
.AnyTagClassName
{
color: #D9F0F1;
}
</style>
background-color css
<style>
a { background-color: #D9F0F1; }
a { background-color: rgb(217,240,241); }
div.DivClassName
{
background-color: #D9F0F1;
}
.BgClassName
{
background-color: #D9F0F1;
}
</style>
border-color css
<style>
span { border-color: #D9F0F1; }
span { border-color: rgb(217,240,241); }
td.TdClassName
{
border-color: #D9F0F1;
}
.TagClassName
{
border-color: #D9F0F1;
}
</style>