Shades of Oyster Bay #C8F8FB
Tints of Oyster Bay #C8F8FB
RGB
CMYK
RGB Variations
Color information
#C8F8FB (or 0xC8F8FB) is known color: Oyster Bay. HEX triplet: C8, F8 and FB. RGB value is (200,248,251). Sum of RGB (Red+Green+Blue) = 200+248+251=699 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.61% from 699); Green value is 248 (97.27% from 255 or 35.48% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8F8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F8FB is #370704. Grayscale: #E9E9E9. Windows color (decimal): -3606277 or 16513224. OLE color: 16513224.
HSL color Cylindrical-coordinate representation of color #C8F8FB: hue angle of 183.53º degrees, saturation: 0.86, 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 #C8F8FB is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 248 | 251 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.02 |
| HSL | 183.53º | 0.86% | 0.88% | - |
| HSV(B) | 183.53º | 0.2% | 0.98% | - |
| XYZ | 74.8 | 86.38 | 104 | - |
| YUV | 233.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 251 | 0.20 | 0.01 | 0 | 0.02 | 183.53 | 0.86 | 0.88 |
| Hex | C8 | F8 | FB | 14 | 1 | 0 | 2 | B8 | 56 | 58 |
| Octal | 310 | 370 | 373 | 24 | 1 | 0 | 2 | 270 | 126 | 130 |
| Binary | 11001000 | 11111000 | 11111011 | 10100 | 1 | 0 | 10 | 10111000 | 1010110 | 1011000 |
Color Harmonies of #C8F8FB
Complementary color
Monochromatic Colors of #C8F8FB
Black with #C8F8FB
Text Example
Text Example
White with #C8F8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F8FB; }
p { color: rgb(200,248,251); }
H1.HeaderClassName
{
color: #C8F8FB;
}
.AnyTagClassName
{
color: #C8F8FB;
}
</style>
background-color css
<style>
a { background-color: #C8F8FB; }
a { background-color: rgb(200,248,251); }
div.DivClassName
{
background-color: #C8F8FB;
}
.BgClassName
{
background-color: #C8F8FB;
}
</style>
border-color css
<style>
span { border-color: #C8F8FB; }
span { border-color: rgb(200,248,251); }
td.TdClassName
{
border-color: #C8F8FB;
}
.TagClassName
{
border-color: #C8F8FB;
}
</style>