Shades of Oyster Bay #CFF5F7
Tints of Oyster Bay #CFF5F7
RGB
CMYK
RGB Variations
Color information
#CFF5F7 (or 0xCFF5F7) is known color: Oyster Bay. HEX triplet: CF, F5 and F7. RGB value is (207,245,247). Sum of RGB (Red+Green+Blue) = 207+245+247=699 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.61% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFF5F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF5F7 is #300A08. Grayscale: #E9E9E9. Windows color (decimal): -3148297 or 16250319. OLE color: 16250319.
HSL color Cylindrical-coordinate representation of color #CFF5F7: hue angle of 183º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF5F7 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 245 | 247 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.03 |
| HSL | 183º | 0.71% | 0.89% | - |
| HSV(B) | 183º | 0.16% | 0.97% | - |
| XYZ | 75.17 | 85.29 | 100.5 | - |
| YUV | 233.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 247 | 0.16 | 0.01 | 0 | 0.03 | 183 | 0.71 | 0.89 |
| Hex | CF | F5 | F7 | 10 | 1 | 0 | 3 | B7 | 47 | 59 |
| Octal | 317 | 365 | 367 | 20 | 1 | 0 | 3 | 267 | 107 | 131 |
| Binary | 11001111 | 11110101 | 11110111 | 10000 | 1 | 0 | 11 | 10110111 | 1000111 | 1011001 |
Color Harmonies of #CFF5F7
Complementary color
Monochromatic Colors of #CFF5F7
Black with #CFF5F7
Text Example
Text Example
White with #CFF5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5F7; }
p { color: rgb(207,245,247); }
H1.HeaderClassName
{
color: #CFF5F7;
}
.AnyTagClassName
{
color: #CFF5F7;
}
</style>
background-color css
<style>
a { background-color: #CFF5F7; }
a { background-color: rgb(207,245,247); }
div.DivClassName
{
background-color: #CFF5F7;
}
.BgClassName
{
background-color: #CFF5F7;
}
</style>
border-color css
<style>
span { border-color: #CFF5F7; }
span { border-color: rgb(207,245,247); }
td.TdClassName
{
border-color: #CFF5F7;
}
.TagClassName
{
border-color: #CFF5F7;
}
</style>