Shades of Oyster Bay #C8F7F9
Tints of Oyster Bay #C8F7F9
RGB
CMYK
RGB Variations
Color information
#C8F7F9 (or 0xC8F7F9) is known color: Oyster Bay. HEX triplet: C8, F7 and F9. RGB value is (200,247,249). Sum of RGB (Red+Green+Blue) = 200+247+249=696 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.74% from 696); Green value is 247 (96.88% from 255 or 35.49% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #C8F7F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F7F9 is #370806. Grayscale: #E9E9E9. Windows color (decimal): -3606535 or 16381896. OLE color: 16381896.
HSL color Cylindrical-coordinate representation of color #C8F7F9: hue angle of 182.45º degrees, saturation: 0.8, 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 #C8F7F9 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 247 | 249 | - |
CMYK | 0.20 | 0.01 | 0 | 0.02 |
HSL | 182.45º | 0.8% | 0.88% | - |
HSV(B) | 182.45º | 0.2% | 0.98% | - |
XYZ | 74.18 | 85.64 | 102.24 | - |
YUV | 233.18 | 136.93 | 104.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 247 | 249 | 0.20 | 0.01 | 0 | 0.02 | 182.45 | 0.8 | 0.88 |
Hex | C8 | F7 | F9 | 14 | 1 | 0 | 2 | B6 | 50 | 58 |
Octal | 310 | 367 | 371 | 24 | 1 | 0 | 2 | 266 | 120 | 130 |
Binary | 11001000 | 11110111 | 11111001 | 10100 | 1 | 0 | 10 | 10110110 | 1010000 | 1011000 |
Color Harmonies of #C8F7F9
Complementary color
Monochromatic Colors of #C8F7F9
Black with #C8F7F9
Text Example
Text Example
White with #C8F7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F7F9; }
p { color: rgb(200,247,249); }
H1.HeaderClassName
{
color: #C8F7F9;
}
.AnyTagClassName
{
color: #C8F7F9;
}
</style>
background-color css
<style>
a { background-color: #C8F7F9; }
a { background-color: rgb(200,247,249); }
div.DivClassName
{
background-color: #C8F7F9;
}
.BgClassName
{
background-color: #C8F7F9;
}
</style>
border-color css
<style>
span { border-color: #C8F7F9; }
span { border-color: rgb(200,247,249); }
td.TdClassName
{
border-color: #C8F7F9;
}
.TagClassName
{
border-color: #C8F7F9;
}
</style>