Shades of Oyster Bay #CFF7F4
Tints of Oyster Bay #CFF7F4
RGB
CMYK
RGB Variations
Color information
#CFF7F4 (or 0xCFF7F4) is known color: Oyster Bay. HEX triplet: CF, F7 and F4. RGB value is (207,247,244). Sum of RGB (Red+Green+Blue) = 207+247+244=698 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.66% from 698); Green value is 247 (96.88% from 255 or 35.39% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF7F4 is #30080B. Grayscale: #EAEAEA. Windows color (decimal): -3147788 or 16054223. OLE color: 16054223.
HSL color Cylindrical-coordinate representation of color #CFF7F4: hue angle of 175.5º 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 #CFF7F4 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 244 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.03 |
| HSL | 175.5º | 0.71% | 0.89% | - |
| HSV(B) | 175.5º | 0.16% | 0.97% | - |
| XYZ | 75.32 | 86.32 | 98.28 | - |
| YUV | 234.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 244 | 0.16 | 0 | 0.01 | 0.03 | 175.5 | 0.71 | 0.89 |
| Hex | CF | F7 | F4 | 10 | 0 | 1 | 3 | B0 | 47 | 59 |
| Octal | 317 | 367 | 364 | 20 | 0 | 1 | 3 | 260 | 107 | 131 |
| Binary | 11001111 | 11110111 | 11110100 | 10000 | 0 | 1 | 11 | 10110000 | 1000111 | 1011001 |
Color Harmonies of #CFF7F4
Complementary color
Monochromatic Colors of #CFF7F4
Black with #CFF7F4
Text Example
Text Example
White with #CFF7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7F4; }
p { color: rgb(207,247,244); }
H1.HeaderClassName
{
color: #CFF7F4;
}
.AnyTagClassName
{
color: #CFF7F4;
}
</style>
background-color css
<style>
a { background-color: #CFF7F4; }
a { background-color: rgb(207,247,244); }
div.DivClassName
{
background-color: #CFF7F4;
}
.BgClassName
{
background-color: #CFF7F4;
}
</style>
border-color css
<style>
span { border-color: #CFF7F4; }
span { border-color: rgb(207,247,244); }
td.TdClassName
{
border-color: #CFF7F4;
}
.TagClassName
{
border-color: #CFF7F4;
}
</style>