Shades of Oyster Bay #D6EFF0
Tints of Oyster Bay #D6EFF0
RGB
CMYK
RGB Variations
Color information
#D6EFF0 (or 0xD6EFF0) is known color: Oyster Bay. HEX triplet: D6, EF and F0. RGB value is (214,239,240). Sum of RGB (Red+Green+Blue) = 214+239+240=693 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.88% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6EFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EFF0 is #29100F. Grayscale: #E7E7E7. Windows color (decimal): -2691088 or 15790038. OLE color: 15790038.
HSL color Cylindrical-coordinate representation of color #D6EFF0: hue angle of 182.31º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6EFF0 is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 239 | 240 | - |
| CMYK | 0.11 | 0.00 | 0 | 0.06 |
| HSL | 182.31º | 0.46% | 0.89% | - |
| HSV(B) | 182.31º | 0.11% | 0.94% | - |
| XYZ | 74.33 | 82.32 | 94.41 | - |
| YUV | 231.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 239 | 240 | 0.11 | 0.00 | 0 | 0.06 | 182.31 | 0.46 | 0.89 |
| Hex | D6 | EF | F0 | B | 0 | 0 | 6 | B6 | 2E | 59 |
| Octal | 326 | 357 | 360 | 13 | 0 | 0 | 6 | 266 | 56 | 131 |
| Binary | 11010110 | 11101111 | 11110000 | 1011 | 0 | 0 | 110 | 10110110 | 101110 | 1011001 |
Color Harmonies of #D6EFF0
Complementary color
Monochromatic Colors of #D6EFF0
Black with #D6EFF0
Text Example
Text Example
White with #D6EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EFF0; }
p { color: rgb(214,239,240); }
H1.HeaderClassName
{
color: #D6EFF0;
}
.AnyTagClassName
{
color: #D6EFF0;
}
</style>
background-color css
<style>
a { background-color: #D6EFF0; }
a { background-color: rgb(214,239,240); }
div.DivClassName
{
background-color: #D6EFF0;
}
.BgClassName
{
background-color: #D6EFF0;
}
</style>
border-color css
<style>
span { border-color: #D6EFF0; }
span { border-color: rgb(214,239,240); }
td.TdClassName
{
border-color: #D6EFF0;
}
.TagClassName
{
border-color: #D6EFF0;
}
</style>