Shades of Oyster Bay #CEF6F9
Tints of Oyster Bay #CEF6F9
RGB
CMYK
RGB Variations
Color information
#CEF6F9 (or 0xCEF6F9) is known color: Oyster Bay. HEX triplet: CE, F6 and F9. RGB value is (206,246,249). Sum of RGB (Red+Green+Blue) = 206+246+249=701 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.39% from 701); Green value is 246 (96.48% from 255 or 35.09% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEF6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF6F9 is #310906. Grayscale: #EAEAEA. Windows color (decimal): -3213575 or 16381646. OLE color: 16381646.
HSL color Cylindrical-coordinate representation of color #CEF6F9: hue angle of 184.19º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF6F9 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 246 | 249 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.02 |
| HSL | 184.19º | 0.78% | 0.89% | - |
| HSV(B) | 184.19º | 0.17% | 0.98% | - |
| XYZ | 75.51 | 85.87 | 102.22 | - |
| YUV | 234.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 249 | 0.17 | 0.01 | 0 | 0.02 | 184.19 | 0.78 | 0.89 |
| Hex | CE | F6 | F9 | 11 | 1 | 0 | 2 | B8 | 4E | 59 |
| Octal | 316 | 366 | 371 | 21 | 1 | 0 | 2 | 270 | 116 | 131 |
| Binary | 11001110 | 11110110 | 11111001 | 10001 | 1 | 0 | 10 | 10111000 | 1001110 | 1011001 |
Color Harmonies of #CEF6F9
Complementary color
Monochromatic Colors of #CEF6F9
Black with #CEF6F9
Text Example
Text Example
White with #CEF6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF6F9; }
p { color: rgb(206,246,249); }
H1.HeaderClassName
{
color: #CEF6F9;
}
.AnyTagClassName
{
color: #CEF6F9;
}
</style>
background-color css
<style>
a { background-color: #CEF6F9; }
a { background-color: rgb(206,246,249); }
div.DivClassName
{
background-color: #CEF6F9;
}
.BgClassName
{
background-color: #CEF6F9;
}
</style>
border-color css
<style>
span { border-color: #CEF6F9; }
span { border-color: rgb(206,246,249); }
td.TdClassName
{
border-color: #CEF6F9;
}
.TagClassName
{
border-color: #CEF6F9;
}
</style>