Shades of Oyster Bay #CFF0F1
Tints of Oyster Bay #CFF0F1
RGB
CMYK
RGB Variations
Color information
#CFF0F1 (or 0xCFF0F1) is known color: Oyster Bay. HEX triplet: CF, F0 and F1. RGB value is (207,240,241). Sum of RGB (Red+Green+Blue) = 207+240+241=688 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.09% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFF0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0F1 is #300F0E. Grayscale: #E6E6E6. Windows color (decimal): -3149583 or 15855823. OLE color: 15855823.
HSL color Cylindrical-coordinate representation of color #CFF0F1: hue angle of 181.76º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0F1 is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 240 | 241 | - |
| CMYK | 0.14 | 0.00 | 0 | 0.05 |
| HSL | 181.76º | 0.55% | 0.88% | - |
| HSV(B) | 181.76º | 0.14% | 0.95% | - |
| XYZ | 72.77 | 81.94 | 95.2 | - |
| YUV | 230.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 241 | 0.14 | 0.00 | 0 | 0.05 | 181.76 | 0.55 | 0.88 |
| Hex | CF | F0 | F1 | E | 0 | 0 | 5 | B6 | 37 | 58 |
| Octal | 317 | 360 | 361 | 16 | 0 | 0 | 5 | 266 | 67 | 130 |
| Binary | 11001111 | 11110000 | 11110001 | 1110 | 0 | 0 | 101 | 10110110 | 110111 | 1011000 |
Color Harmonies of #CFF0F1
Complementary color
Monochromatic Colors of #CFF0F1
Black with #CFF0F1
Text Example
Text Example
White with #CFF0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0F1; }
p { color: rgb(207,240,241); }
H1.HeaderClassName
{
color: #CFF0F1;
}
.AnyTagClassName
{
color: #CFF0F1;
}
</style>
background-color css
<style>
a { background-color: #CFF0F1; }
a { background-color: rgb(207,240,241); }
div.DivClassName
{
background-color: #CFF0F1;
}
.BgClassName
{
background-color: #CFF0F1;
}
</style>
border-color css
<style>
span { border-color: #CFF0F1; }
span { border-color: rgb(207,240,241); }
td.TdClassName
{
border-color: #CFF0F1;
}
.TagClassName
{
border-color: #CFF0F1;
}
</style>