Shades of Oyster Bay #C9F6FA
Tints of Oyster Bay #C9F6FA
RGB
CMYK
RGB Variations
Color information
#C9F6FA (or 0xC9F6FA) is known color: Oyster Bay. HEX triplet: C9, F6 and FA. RGB value is (201,246,250). Sum of RGB (Red+Green+Blue) = 201+246+250=697 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.84% from 697); Green value is 246 (96.48% from 255 or 35.29% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9F6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F6FA is #360905. Grayscale: #E8E8E8. Windows color (decimal): -3541254 or 16447177. OLE color: 16447177.
HSL color Cylindrical-coordinate representation of color #C9F6FA: hue angle of 184.9º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9F6FA is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 246 | 250 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.02 |
| HSL | 184.9º | 0.83% | 0.88% | - |
| HSV(B) | 184.9º | 0.2% | 0.98% | - |
| XYZ | 74.3 | 85.23 | 102.98 | - |
| YUV | 233 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 246 | 250 | 0.20 | 0.02 | 0 | 0.02 | 184.9 | 0.83 | 0.88 |
| Hex | C9 | F6 | FA | 14 | 2 | 0 | 2 | B9 | 53 | 58 |
| Octal | 311 | 366 | 372 | 24 | 2 | 0 | 2 | 271 | 123 | 130 |
| Binary | 11001001 | 11110110 | 11111010 | 10100 | 10 | 0 | 10 | 10111001 | 1010011 | 1011000 |
Color Harmonies of #C9F6FA
Complementary color
Monochromatic Colors of #C9F6FA
Black with #C9F6FA
Text Example
Text Example
White with #C9F6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F6FA; }
p { color: rgb(201,246,250); }
H1.HeaderClassName
{
color: #C9F6FA;
}
.AnyTagClassName
{
color: #C9F6FA;
}
</style>
background-color css
<style>
a { background-color: #C9F6FA; }
a { background-color: rgb(201,246,250); }
div.DivClassName
{
background-color: #C9F6FA;
}
.BgClassName
{
background-color: #C9F6FA;
}
</style>
border-color css
<style>
span { border-color: #C9F6FA; }
span { border-color: rgb(201,246,250); }
td.TdClassName
{
border-color: #C9F6FA;
}
.TagClassName
{
border-color: #C9F6FA;
}
</style>