Shades of Oyster Bay #D6F0F4
Tints of Oyster Bay #D6F0F4
RGB
CMYK
RGB Variations
Color information
#D6F0F4 (or 0xD6F0F4) is known color: Oyster Bay. HEX triplet: D6, F0 and F4. RGB value is (214,240,244). Sum of RGB (Red+Green+Blue) = 214+240+244=698 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.66% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 244 - color contains mainly: blue. Hex color #D6F0F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F0F4 is #290F0B. Grayscale: #E8E8E8. Windows color (decimal): -2690828 or 16052438. OLE color: 16052438.
HSL color Cylindrical-coordinate representation of color #D6F0F4: hue angle of 188º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F0F4 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 240 | 244 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.04 |
| HSL | 188º | 0.58% | 0.9% | - |
| HSV(B) | 188º | 0.12% | 0.96% | - |
| XYZ | 75.22 | 83.15 | 97.67 | - |
| YUV | 232.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 244 | 0.12 | 0.02 | 0 | 0.04 | 188 | 0.58 | 0.9 |
| Hex | D6 | F0 | F4 | C | 2 | 0 | 4 | BC | 3A | 5A |
| Octal | 326 | 360 | 364 | 14 | 2 | 0 | 4 | 274 | 72 | 132 |
| Binary | 11010110 | 11110000 | 11110100 | 1100 | 10 | 0 | 100 | 10111100 | 111010 | 1011010 |
Color Harmonies of #D6F0F4
Complementary color
Monochromatic Colors of #D6F0F4
Black with #D6F0F4
Text Example
Text Example
White with #D6F0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F0F4; }
p { color: rgb(214,240,244); }
H1.HeaderClassName
{
color: #D6F0F4;
}
.AnyTagClassName
{
color: #D6F0F4;
}
</style>
background-color css
<style>
a { background-color: #D6F0F4; }
a { background-color: rgb(214,240,244); }
div.DivClassName
{
background-color: #D6F0F4;
}
.BgClassName
{
background-color: #D6F0F4;
}
</style>
border-color css
<style>
span { border-color: #D6F0F4; }
span { border-color: rgb(214,240,244); }
td.TdClassName
{
border-color: #D6F0F4;
}
.TagClassName
{
border-color: #D6F0F4;
}
</style>