Shades of Oyster Bay #C8F6F5
Tints of Oyster Bay #C8F6F5
RGB
CMYK
RGB Variations
Color information
#C8F6F5 (or 0xC8F6F5) is known color: Oyster Bay. HEX triplet: C8, F6 and F5. RGB value is (200,246,245). Sum of RGB (Red+Green+Blue) = 200+246+245=691 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.94% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 245 (96.09% from 255 or 35.46% from 691); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F6F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F6F5 is #37090A. Grayscale: #E8E8E8. Windows color (decimal): -3606795 or 16119496. OLE color: 16119496.
HSL color Cylindrical-coordinate representation of color #C8F6F5: hue angle of 178.7º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F6F5 is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 246 | 245 | - |
| CMYK | 0.19 | 0 | 0.00 | 0.04 |
| HSL | 178.7º | 0.72% | 0.87% | - |
| HSV(B) | 178.7º | 0.19% | 0.96% | - |
| XYZ | 73.26 | 84.78 | 98.89 | - |
| YUV | 232.13 | 135.26 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 245 | 0.19 | 0 | 0.00 | 0.04 | 178.7 | 0.72 | 0.87 |
| Hex | C8 | F6 | F5 | 13 | 0 | 0 | 4 | B3 | 48 | 57 |
| Octal | 310 | 366 | 365 | 23 | 0 | 0 | 4 | 263 | 110 | 127 |
| Binary | 11001000 | 11110110 | 11110101 | 10011 | 0 | 0 | 100 | 10110011 | 1001000 | 1010111 |
Color Harmonies of #C8F6F5
Complementary color
Monochromatic Colors of #C8F6F5
Black with #C8F6F5
Text Example
Text Example
White with #C8F6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F6F5; }
p { color: rgb(200,246,245); }
H1.HeaderClassName
{
color: #C8F6F5;
}
.AnyTagClassName
{
color: #C8F6F5;
}
</style>
background-color css
<style>
a { background-color: #C8F6F5; }
a { background-color: rgb(200,246,245); }
div.DivClassName
{
background-color: #C8F6F5;
}
.BgClassName
{
background-color: #C8F6F5;
}
</style>
border-color css
<style>
span { border-color: #C8F6F5; }
span { border-color: rgb(200,246,245); }
td.TdClassName
{
border-color: #C8F6F5;
}
.TagClassName
{
border-color: #C8F6F5;
}
</style>