Shades of Oyster Bay #CFF0F3
Tints of Oyster Bay #CFF0F3
RGB
CMYK
RGB Variations
Color information
#CFF0F3 (or 0xCFF0F3) is known color: Oyster Bay. HEX triplet: CF, F0 and F3. RGB value is (207,240,243). Sum of RGB (Red+Green+Blue) = 207+240+243=690 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30% from 690); Green value is 240 (94.14% from 255 or 34.78% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFF0F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0F3 is #300F0C. Grayscale: #E6E6E6. Windows color (decimal): -3149581 or 15986895. OLE color: 15986895.
HSL color Cylindrical-coordinate representation of color #CFF0F3: hue angle of 185º 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 #CFF0F3 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 240 | 243 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.05 |
| HSL | 185º | 0.6% | 0.88% | - |
| HSV(B) | 185º | 0.15% | 0.95% | - |
| XYZ | 73.07 | 82.06 | 96.78 | - |
| YUV | 230.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 243 | 0.15 | 0.01 | 0 | 0.05 | 185 | 0.6 | 0.88 |
| Hex | CF | F0 | F3 | F | 1 | 0 | 5 | B9 | 3C | 58 |
| Octal | 317 | 360 | 363 | 17 | 1 | 0 | 5 | 271 | 74 | 130 |
| Binary | 11001111 | 11110000 | 11110011 | 1111 | 1 | 0 | 101 | 10111001 | 111100 | 1011000 |
Color Harmonies of #CFF0F3
Complementary color
Monochromatic Colors of #CFF0F3
Black with #CFF0F3
Text Example
Text Example
White with #CFF0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0F3; }
p { color: rgb(207,240,243); }
H1.HeaderClassName
{
color: #CFF0F3;
}
.AnyTagClassName
{
color: #CFF0F3;
}
</style>
background-color css
<style>
a { background-color: #CFF0F3; }
a { background-color: rgb(207,240,243); }
div.DivClassName
{
background-color: #CFF0F3;
}
.BgClassName
{
background-color: #CFF0F3;
}
</style>
border-color css
<style>
span { border-color: #CFF0F3; }
span { border-color: rgb(207,240,243); }
td.TdClassName
{
border-color: #CFF0F3;
}
.TagClassName
{
border-color: #CFF0F3;
}
</style>