Shades of Oyster Bay #CEECEE
Tints of Oyster Bay #CEECEE
RGB
CMYK
RGB Variations
Color information
#CEECEE (or 0xCEECEE) is known color: Oyster Bay. HEX triplet: CE, EC and EE. RGB value is (206,236,238). Sum of RGB (Red+Green+Blue) = 206+236+238=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEECEE is #311311. Grayscale: #E3E3E3. Windows color (decimal): -3216146 or 15658190. OLE color: 15658190.
HSL color Cylindrical-coordinate representation of color #CEECEE: hue angle of 183.75º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEECEE is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 236 | 238 | - |
CMYK | 0.13 | 0.01 | 0 | 0.07 |
HSL | 183.75º | 0.48% | 0.87% | - |
HSV(B) | 183.75º | 0.13% | 0.93% | - |
XYZ | 70.88 | 79.29 | 92.46 | - |
YUV | 227.26 | 134.06 | 112.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 236 | 238 | 0.13 | 0.01 | 0 | 0.07 | 183.75 | 0.48 | 0.87 |
Hex | CE | EC | EE | D | 1 | 0 | 7 | B8 | 30 | 57 |
Octal | 316 | 354 | 356 | 15 | 1 | 0 | 7 | 270 | 60 | 127 |
Binary | 11001110 | 11101100 | 11101110 | 1101 | 1 | 0 | 111 | 10111000 | 110000 | 1010111 |
Color Harmonies of #CEECEE
Complementary color
Monochromatic Colors of #CEECEE
Black with #CEECEE
Text Example
Text Example
White with #CEECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECEE; }
p { color: rgb(206,236,238); }
H1.HeaderClassName
{
color: #CEECEE;
}
.AnyTagClassName
{
color: #CEECEE;
}
</style>
background-color css
<style>
a { background-color: #CEECEE; }
a { background-color: rgb(206,236,238); }
div.DivClassName
{
background-color: #CEECEE;
}
.BgClassName
{
background-color: #CEECEE;
}
</style>
border-color css
<style>
span { border-color: #CEECEE; }
span { border-color: rgb(206,236,238); }
td.TdClassName
{
border-color: #CEECEE;
}
.TagClassName
{
border-color: #CEECEE;
}
</style>