Shades of Oyster Bay #CFE9EA
Tints of Oyster Bay #CFE9EA
RGB
CMYK
RGB Variations
Color information
#CFE9EA (or 0xCFE9EA) is known color: Oyster Bay. HEX triplet: CF, E9 and EA. RGB value is (207,233,234). Sum of RGB (Red+Green+Blue) = 207+233+234=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFE9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE9EA is #301615. Grayscale: #E1E1E1. Windows color (decimal): -3151382 or 15395279. OLE color: 15395279.
HSL color Cylindrical-coordinate representation of color #CFE9EA: hue angle of 182.22º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE9EA is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 233 | 234 | - |
| CMYK | 0.12 | 0.00 | 0 | 0.08 |
| HSL | 182.22º | 0.39% | 0.86% | - |
| HSV(B) | 182.22º | 0.12% | 0.92% | - |
| XYZ | 69.72 | 77.48 | 89.12 | - |
| YUV | 225.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 234 | 0.12 | 0.00 | 0 | 0.08 | 182.22 | 0.39 | 0.86 |
| Hex | CF | E9 | EA | C | 0 | 0 | 8 | B6 | 27 | 56 |
| Octal | 317 | 351 | 352 | 14 | 0 | 0 | 10 | 266 | 47 | 126 |
| Binary | 11001111 | 11101001 | 11101010 | 1100 | 0 | 0 | 1000 | 10110110 | 100111 | 1010110 |
Color Harmonies of #CFE9EA
Complementary color
Monochromatic Colors of #CFE9EA
Black with #CFE9EA
Text Example
Text Example
White with #CFE9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9EA; }
p { color: rgb(207,233,234); }
H1.HeaderClassName
{
color: #CFE9EA;
}
.AnyTagClassName
{
color: #CFE9EA;
}
</style>
background-color css
<style>
a { background-color: #CFE9EA; }
a { background-color: rgb(207,233,234); }
div.DivClassName
{
background-color: #CFE9EA;
}
.BgClassName
{
background-color: #CFE9EA;
}
</style>
border-color css
<style>
span { border-color: #CFE9EA; }
span { border-color: rgb(207,233,234); }
td.TdClassName
{
border-color: #CFE9EA;
}
.TagClassName
{
border-color: #CFE9EA;
}
</style>