Shades of Oyster Bay #CFF5FA
Tints of Oyster Bay #CFF5FA
RGB
CMYK
RGB Variations
Color information
#CFF5FA (or 0xCFF5FA) is known color: Oyster Bay. HEX triplet: CF, F5 and FA. RGB value is (207,245,250). Sum of RGB (Red+Green+Blue) = 207+245+250=702 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.49% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF5FA is #300A05. Grayscale: #EAEAEA. Windows color (decimal): -3148294 or 16446927. OLE color: 16446927.
HSL color Cylindrical-coordinate representation of color #CFF5FA: hue angle of 186.98º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF5FA is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 245 | 250 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.02 |
| HSL | 186.98º | 0.81% | 0.9% | - |
| HSV(B) | 186.98º | 0.17% | 0.98% | - |
| XYZ | 75.64 | 85.47 | 102.95 | - |
| YUV | 234.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 250 | 0.17 | 0.02 | 0 | 0.02 | 186.98 | 0.81 | 0.9 |
| Hex | CF | F5 | FA | 11 | 2 | 0 | 2 | BB | 51 | 5A |
| Octal | 317 | 365 | 372 | 21 | 2 | 0 | 2 | 273 | 121 | 132 |
| Binary | 11001111 | 11110101 | 11111010 | 10001 | 10 | 0 | 10 | 10111011 | 1010001 | 1011010 |
Color Harmonies of #CFF5FA
Complementary color
Monochromatic Colors of #CFF5FA
Black with #CFF5FA
Text Example
Text Example
White with #CFF5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5FA; }
p { color: rgb(207,245,250); }
H1.HeaderClassName
{
color: #CFF5FA;
}
.AnyTagClassName
{
color: #CFF5FA;
}
</style>
background-color css
<style>
a { background-color: #CFF5FA; }
a { background-color: rgb(207,245,250); }
div.DivClassName
{
background-color: #CFF5FA;
}
.BgClassName
{
background-color: #CFF5FA;
}
</style>
border-color css
<style>
span { border-color: #CFF5FA; }
span { border-color: rgb(207,245,250); }
td.TdClassName
{
border-color: #CFF5FA;
}
.TagClassName
{
border-color: #CFF5FA;
}
</style>