Shades of Oyster Bay #CEECF0
Tints of Oyster Bay #CEECF0
RGB
CMYK
RGB Variations
Color information
#CEECF0 (or 0xCEECF0) is known color: Oyster Bay. HEX triplet: CE, EC and F0. RGB value is (206,236,240). Sum of RGB (Red+Green+Blue) = 206+236+240=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEECF0 is #31130F. Grayscale: #E3E3E3. Windows color (decimal): -3216144 or 15789262. OLE color: 15789262.
HSL color Cylindrical-coordinate representation of color #CEECF0: hue angle of 187.06º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEECF0 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 236 | 240 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.06 |
| HSL | 187.06º | 0.53% | 0.87% | - |
| HSV(B) | 187.06º | 0.14% | 0.94% | - |
| XYZ | 71.18 | 79.4 | 94.01 | - |
| YUV | 227.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 240 | 0.14 | 0.02 | 0 | 0.06 | 187.06 | 0.53 | 0.87 |
| Hex | CE | EC | F0 | E | 2 | 0 | 6 | BB | 35 | 57 |
| Octal | 316 | 354 | 360 | 16 | 2 | 0 | 6 | 273 | 65 | 127 |
| Binary | 11001110 | 11101100 | 11110000 | 1110 | 10 | 0 | 110 | 10111011 | 110101 | 1010111 |
Color Harmonies of #CEECF0
Complementary color
Monochromatic Colors of #CEECF0
Black with #CEECF0
Text Example
Text Example
White with #CEECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECF0; }
p { color: rgb(206,236,240); }
H1.HeaderClassName
{
color: #CEECF0;
}
.AnyTagClassName
{
color: #CEECF0;
}
</style>
background-color css
<style>
a { background-color: #CEECF0; }
a { background-color: rgb(206,236,240); }
div.DivClassName
{
background-color: #CEECF0;
}
.BgClassName
{
background-color: #CEECF0;
}
</style>
border-color css
<style>
span { border-color: #CEECF0; }
span { border-color: rgb(206,236,240); }
td.TdClassName
{
border-color: #CEECF0;
}
.TagClassName
{
border-color: #CEECF0;
}
</style>