Shades of Oyster Bay #CFEBEF
Tints of Oyster Bay #CFEBEF
RGB
CMYK
RGB Variations
Color information
#CFEBEF (or 0xCFEBEF) is known color: Oyster Bay. HEX triplet: CF, EB and EF. RGB value is (207,235,239). Sum of RGB (Red+Green+Blue) = 207+235+239=681 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.40% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFEBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBEF is #301410. Grayscale: #E3E3E3. Windows color (decimal): -3150865 or 15723471. OLE color: 15723471.
HSL color Cylindrical-coordinate representation of color #CFEBEF: hue angle of 187.5º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEBEF is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 235 | 239 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.06 |
| HSL | 187.5º | 0.5% | 0.87% | - |
| HSV(B) | 187.5º | 0.13% | 0.94% | - |
| XYZ | 71.02 | 78.91 | 93.15 | - |
| YUV | 227.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 239 | 0.13 | 0.02 | 0 | 0.06 | 187.5 | 0.5 | 0.87 |
| Hex | CF | EB | EF | D | 2 | 0 | 6 | BC | 32 | 57 |
| Octal | 317 | 353 | 357 | 15 | 2 | 0 | 6 | 274 | 62 | 127 |
| Binary | 11001111 | 11101011 | 11101111 | 1101 | 10 | 0 | 110 | 10111100 | 110010 | 1010111 |
Color Harmonies of #CFEBEF
Complementary color
Monochromatic Colors of #CFEBEF
Black with #CFEBEF
Text Example
Text Example
White with #CFEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBEF; }
p { color: rgb(207,235,239); }
H1.HeaderClassName
{
color: #CFEBEF;
}
.AnyTagClassName
{
color: #CFEBEF;
}
</style>
background-color css
<style>
a { background-color: #CFEBEF; }
a { background-color: rgb(207,235,239); }
div.DivClassName
{
background-color: #CFEBEF;
}
.BgClassName
{
background-color: #CFEBEF;
}
</style>
border-color css
<style>
span { border-color: #CFEBEF; }
span { border-color: rgb(207,235,239); }
td.TdClassName
{
border-color: #CFEBEF;
}
.TagClassName
{
border-color: #CFEBEF;
}
</style>