Shades of Oyster Bay #CBF6FA
Tints of Oyster Bay #CBF6FA
RGB
CMYK
RGB Variations
Color information
#CBF6FA (or 0xCBF6FA) is known color: Oyster Bay. HEX triplet: CB, F6 and FA. RGB value is (203,246,250). Sum of RGB (Red+Green+Blue) = 203+246+250=699 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.04% from 699); Green value is 246 (96.48% from 255 or 35.19% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF6FA is #340905. Grayscale: #E9E9E9. Windows color (decimal): -3410182 or 16447179. OLE color: 16447179.
HSL color Cylindrical-coordinate representation of color #CBF6FA: hue angle of 185.11º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBF6FA is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 246 | 250 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.02 |
| HSL | 185.11º | 0.82% | 0.89% | - |
| HSV(B) | 185.11º | 0.19% | 0.98% | - |
| XYZ | 74.84 | 85.51 | 103 | - |
| YUV | 233.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 250 | 0.19 | 0.02 | 0 | 0.02 | 185.11 | 0.82 | 0.89 |
| Hex | CB | F6 | FA | 13 | 2 | 0 | 2 | B9 | 52 | 59 |
| Octal | 313 | 366 | 372 | 23 | 2 | 0 | 2 | 271 | 122 | 131 |
| Binary | 11001011 | 11110110 | 11111010 | 10011 | 10 | 0 | 10 | 10111001 | 1010010 | 1011001 |
Color Harmonies of #CBF6FA
Complementary color
Monochromatic Colors of #CBF6FA
Black with #CBF6FA
Text Example
Text Example
White with #CBF6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF6FA; }
p { color: rgb(203,246,250); }
H1.HeaderClassName
{
color: #CBF6FA;
}
.AnyTagClassName
{
color: #CBF6FA;
}
</style>
background-color css
<style>
a { background-color: #CBF6FA; }
a { background-color: rgb(203,246,250); }
div.DivClassName
{
background-color: #CBF6FA;
}
.BgClassName
{
background-color: #CBF6FA;
}
</style>
border-color css
<style>
span { border-color: #CBF6FA; }
span { border-color: rgb(203,246,250); }
td.TdClassName
{
border-color: #CBF6FA;
}
.TagClassName
{
border-color: #CBF6FA;
}
</style>