Shades of Oyster Bay #CEF6FA
Tints of Oyster Bay #CEF6FA
RGB
CMYK
RGB Variations
Color information
#CEF6FA (or 0xCEF6FA) is known color: Oyster Bay. HEX triplet: CE, F6 and FA. RGB value is (206,246,250). Sum of RGB (Red+Green+Blue) = 206+246+250=702 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.34% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF6FA is #310905. Grayscale: #EAEAEA. Windows color (decimal): -3213574 or 16447182. OLE color: 16447182.
HSL color Cylindrical-coordinate representation of color #CEF6FA: hue angle of 185.45º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEF6FA is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 246 | 250 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.02 |
| HSL | 185.45º | 0.81% | 0.89% | - |
| HSV(B) | 185.45º | 0.18% | 0.98% | - |
| XYZ | 75.66 | 85.94 | 103.04 | - |
| YUV | 234.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 250 | 0.18 | 0.02 | 0 | 0.02 | 185.45 | 0.81 | 0.89 |
| Hex | CE | F6 | FA | 12 | 2 | 0 | 2 | B9 | 51 | 59 |
| Octal | 316 | 366 | 372 | 22 | 2 | 0 | 2 | 271 | 121 | 131 |
| Binary | 11001110 | 11110110 | 11111010 | 10010 | 10 | 0 | 10 | 10111001 | 1010001 | 1011001 |
Color Harmonies of #CEF6FA
Complementary color
Monochromatic Colors of #CEF6FA
Black with #CEF6FA
Text Example
Text Example
White with #CEF6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF6FA; }
p { color: rgb(206,246,250); }
H1.HeaderClassName
{
color: #CEF6FA;
}
.AnyTagClassName
{
color: #CEF6FA;
}
</style>
background-color css
<style>
a { background-color: #CEF6FA; }
a { background-color: rgb(206,246,250); }
div.DivClassName
{
background-color: #CEF6FA;
}
.BgClassName
{
background-color: #CEF6FA;
}
</style>
border-color css
<style>
span { border-color: #CEF6FA; }
span { border-color: rgb(206,246,250); }
td.TdClassName
{
border-color: #CEF6FA;
}
.TagClassName
{
border-color: #CEF6FA;
}
</style>