Shades of Oyster Bay #C6FAFC
Tints of Oyster Bay #C6FAFC
RGB
CMYK
RGB Variations
Color information
#C6FAFC (or 0xC6FAFC) is known color: Oyster Bay. HEX triplet: C6, FA and FC. RGB value is (198,250,252). Sum of RGB (Red+Green+Blue) = 198+250+252=700 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.29% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6FAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAFC is #390503. Grayscale: #EAEAEA. Windows color (decimal): -3736836 or 16579270. OLE color: 16579270.
HSL color Cylindrical-coordinate representation of color #C6FAFC: hue angle of 182.22º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6FAFC is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 250 | 252 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.01 |
| HSL | 182.22º | 0.9% | 0.88% | - |
| HSV(B) | 182.22º | 0.21% | 0.99% | - |
| XYZ | 75.05 | 87.41 | 105.01 | - |
| YUV | 234.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 252 | 0.21 | 0.01 | 0 | 0.01 | 182.22 | 0.9 | 0.88 |
| Hex | C6 | FA | FC | 15 | 1 | 0 | 1 | B6 | 5A | 58 |
| Octal | 306 | 372 | 374 | 25 | 1 | 0 | 1 | 266 | 132 | 130 |
| Binary | 11000110 | 11111010 | 11111100 | 10101 | 1 | 0 | 1 | 10110110 | 1011010 | 1011000 |
Color Harmonies of #C6FAFC
Complementary color
Monochromatic Colors of #C6FAFC
Black with #C6FAFC
Text Example
Text Example
White with #C6FAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FAFC; }
p { color: rgb(198,250,252); }
H1.HeaderClassName
{
color: #C6FAFC;
}
.AnyTagClassName
{
color: #C6FAFC;
}
</style>
background-color css
<style>
a { background-color: #C6FAFC; }
a { background-color: rgb(198,250,252); }
div.DivClassName
{
background-color: #C6FAFC;
}
.BgClassName
{
background-color: #C6FAFC;
}
</style>
border-color css
<style>
span { border-color: #C6FAFC; }
span { border-color: rgb(198,250,252); }
td.TdClassName
{
border-color: #C6FAFC;
}
.TagClassName
{
border-color: #C6FAFC;
}
</style>