Shades of Oyster Bay #CFF3F1
Tints of Oyster Bay #CFF3F1
RGB
CMYK
RGB Variations
Color information
#CFF3F1 (or 0xCFF3F1) is known color: Oyster Bay. HEX triplet: CF, F3 and F1. RGB value is (207,243,241). Sum of RGB (Red+Green+Blue) = 207+243+241=691 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.96% from 691); Green value is 243 (95.31% from 255 or 35.17% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF3F1 is #300C0E. Grayscale: #E7E7E7. Windows color (decimal): -3148815 or 15856591. OLE color: 15856591.
HSL color Cylindrical-coordinate representation of color #CFF3F1: hue angle of 176.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF3F1 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 241 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.05 |
| HSL | 176.67º | 0.6% | 0.88% | - |
| HSV(B) | 176.67º | 0.15% | 0.95% | - |
| XYZ | 73.66 | 83.72 | 95.5 | - |
| YUV | 232.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 241 | 0.15 | 0 | 0.01 | 0.05 | 176.67 | 0.6 | 0.88 |
| Hex | CF | F3 | F1 | F | 0 | 1 | 5 | B1 | 3C | 58 |
| Octal | 317 | 363 | 361 | 17 | 0 | 1 | 5 | 261 | 74 | 130 |
| Binary | 11001111 | 11110011 | 11110001 | 1111 | 0 | 1 | 101 | 10110001 | 111100 | 1011000 |
Color Harmonies of #CFF3F1
Complementary color
Monochromatic Colors of #CFF3F1
Black with #CFF3F1
Text Example
Text Example
White with #CFF3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3F1; }
p { color: rgb(207,243,241); }
H1.HeaderClassName
{
color: #CFF3F1;
}
.AnyTagClassName
{
color: #CFF3F1;
}
</style>
background-color css
<style>
a { background-color: #CFF3F1; }
a { background-color: rgb(207,243,241); }
div.DivClassName
{
background-color: #CFF3F1;
}
.BgClassName
{
background-color: #CFF3F1;
}
</style>
border-color css
<style>
span { border-color: #CFF3F1; }
span { border-color: rgb(207,243,241); }
td.TdClassName
{
border-color: #CFF3F1;
}
.TagClassName
{
border-color: #CFF3F1;
}
</style>