Shades of Oyster Bay #CBF7FA
Tints of Oyster Bay #CBF7FA
RGB
CMYK
RGB Variations
Color information
#CBF7FA (or 0xCBF7FA) is known color: Oyster Bay. HEX triplet: CB, F7 and FA. RGB value is (203,247,250). Sum of RGB (Red+Green+Blue) = 203+247+250=700 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29% from 700); Green value is 247 (96.88% from 255 or 35.29% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBF7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF7FA is #340805. Grayscale: #EAEAEA. Windows color (decimal): -3409926 or 16447435. OLE color: 16447435.
HSL color Cylindrical-coordinate representation of color #CBF7FA: hue angle of 183.83º 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 #CBF7FA is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 247 | 250 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.02 |
| HSL | 183.83º | 0.82% | 0.89% | - |
| HSV(B) | 183.83º | 0.19% | 0.98% | - |
| XYZ | 75.14 | 86.12 | 103.1 | - |
| YUV | 234.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 250 | 0.19 | 0.01 | 0 | 0.02 | 183.83 | 0.82 | 0.89 |
| Hex | CB | F7 | FA | 13 | 1 | 0 | 2 | B8 | 52 | 59 |
| Octal | 313 | 367 | 372 | 23 | 1 | 0 | 2 | 270 | 122 | 131 |
| Binary | 11001011 | 11110111 | 11111010 | 10011 | 1 | 0 | 10 | 10111000 | 1010010 | 1011001 |
Color Harmonies of #CBF7FA
Complementary color
Monochromatic Colors of #CBF7FA
Black with #CBF7FA
Text Example
Text Example
White with #CBF7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7FA; }
p { color: rgb(203,247,250); }
H1.HeaderClassName
{
color: #CBF7FA;
}
.AnyTagClassName
{
color: #CBF7FA;
}
</style>
background-color css
<style>
a { background-color: #CBF7FA; }
a { background-color: rgb(203,247,250); }
div.DivClassName
{
background-color: #CBF7FA;
}
.BgClassName
{
background-color: #CBF7FA;
}
</style>
border-color css
<style>
span { border-color: #CBF7FA; }
span { border-color: rgb(203,247,250); }
td.TdClassName
{
border-color: #CBF7FA;
}
.TagClassName
{
border-color: #CBF7FA;
}
</style>