Shades of Oyster Bay #D9EFF0
Tints of Oyster Bay #D9EFF0
RGB
CMYK
RGB Variations
Color information
#D9EFF0 (or 0xD9EFF0) is known color: Oyster Bay. HEX triplet: D9, EF and F0. RGB value is (217,239,240). Sum of RGB (Red+Green+Blue) = 217+239+240=696 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.18% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9EFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EFF0 is #26100F. Grayscale: #E8E8E8. Windows color (decimal): -2494480 or 15790041. OLE color: 15790041.
HSL color Cylindrical-coordinate representation of color #D9EFF0: hue angle of 182.61º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9EFF0 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 239 | 240 | - |
| CMYK | 0.10 | 0.00 | 0 | 0.06 |
| HSL | 182.61º | 0.43% | 0.9% | - |
| HSV(B) | 182.61º | 0.1% | 0.94% | - |
| XYZ | 75.21 | 82.78 | 94.45 | - |
| YUV | 232.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 240 | 0.10 | 0.00 | 0 | 0.06 | 182.61 | 0.43 | 0.9 |
| Hex | D9 | EF | F0 | A | 0 | 0 | 6 | B7 | 2B | 5A |
| Octal | 331 | 357 | 360 | 12 | 0 | 0 | 6 | 267 | 53 | 132 |
| Binary | 11011001 | 11101111 | 11110000 | 1010 | 0 | 0 | 110 | 10110111 | 101011 | 1011010 |
Color Harmonies of #D9EFF0
Complementary color
Monochromatic Colors of #D9EFF0
Black with #D9EFF0
Text Example
Text Example
White with #D9EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EFF0; }
p { color: rgb(217,239,240); }
H1.HeaderClassName
{
color: #D9EFF0;
}
.AnyTagClassName
{
color: #D9EFF0;
}
</style>
background-color css
<style>
a { background-color: #D9EFF0; }
a { background-color: rgb(217,239,240); }
div.DivClassName
{
background-color: #D9EFF0;
}
.BgClassName
{
background-color: #D9EFF0;
}
</style>
border-color css
<style>
span { border-color: #D9EFF0; }
span { border-color: rgb(217,239,240); }
td.TdClassName
{
border-color: #D9EFF0;
}
.TagClassName
{
border-color: #D9EFF0;
}
</style>