Shades of Oyster Bay #C8F8F9
Tints of Oyster Bay #C8F8F9
RGB
CMYK
RGB Variations
Color information
#C8F8F9 (or 0xC8F8F9) is known color: Oyster Bay. HEX triplet: C8, F8 and F9. RGB value is (200,248,249). Sum of RGB (Red+Green+Blue) = 200+248+249=697 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.69% from 697); Green value is 248 (97.27% from 255 or 35.58% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 249 - color contains mainly: blue. Hex color #C8F8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F8F9 is #370706. Grayscale: #E9E9E9. Windows color (decimal): -3606279 or 16382152. OLE color: 16382152.
HSL color Cylindrical-coordinate representation of color #C8F8F9: hue angle of 181.22º 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 #C8F8F9 is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 248 | 249 | - |
CMYK | 0.20 | 0.00 | 0 | 0.02 |
HSL | 181.22º | 0.8% | 0.88% | - |
HSV(B) | 181.22º | 0.2% | 0.98% | - |
XYZ | 74.49 | 86.25 | 102.35 | - |
YUV | 233.76 | 136.6 | 103.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 248 | 249 | 0.20 | 0.00 | 0 | 0.02 | 181.22 | 0.8 | 0.88 |
Hex | C8 | F8 | F9 | 14 | 0 | 0 | 2 | B5 | 50 | 58 |
Octal | 310 | 370 | 371 | 24 | 0 | 0 | 2 | 265 | 120 | 130 |
Binary | 11001000 | 11111000 | 11111001 | 10100 | 0 | 0 | 10 | 10110101 | 1010000 | 1011000 |
Color Harmonies of #C8F8F9
Complementary color
Monochromatic Colors of #C8F8F9
Black with #C8F8F9
Text Example
Text Example
White with #C8F8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F8F9; }
p { color: rgb(200,248,249); }
H1.HeaderClassName
{
color: #C8F8F9;
}
.AnyTagClassName
{
color: #C8F8F9;
}
</style>
background-color css
<style>
a { background-color: #C8F8F9; }
a { background-color: rgb(200,248,249); }
div.DivClassName
{
background-color: #C8F8F9;
}
.BgClassName
{
background-color: #C8F8F9;
}
</style>
border-color css
<style>
span { border-color: #C8F8F9; }
span { border-color: rgb(200,248,249); }
td.TdClassName
{
border-color: #C8F8F9;
}
.TagClassName
{
border-color: #C8F8F9;
}
</style>