Shades of Oyster Bay #CBF5FA
Tints of Oyster Bay #CBF5FA
RGB
CMYK
RGB Variations
Color information
#CBF5FA (or 0xCBF5FA) is known color: Oyster Bay. HEX triplet: CB, F5 and FA. RGB value is (203,245,250). Sum of RGB (Red+Green+Blue) = 203+245+250=698 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.08% from 698); Green value is 245 (96.09% from 255 or 35.10% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF5FA is #340A05. Grayscale: #E8E8E8. Windows color (decimal): -3410438 or 16446923. OLE color: 16446923.
HSL color Cylindrical-coordinate representation of color #CBF5FA: hue angle of 186.38º 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 #CBF5FA is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 245 | 250 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.02 |
| HSL | 186.38º | 0.82% | 0.89% | - |
| HSV(B) | 186.38º | 0.19% | 0.98% | - |
| XYZ | 74.54 | 84.9 | 102.9 | - |
| YUV | 233.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 250 | 0.19 | 0.02 | 0 | 0.02 | 186.38 | 0.82 | 0.89 |
| Hex | CB | F5 | FA | 13 | 2 | 0 | 2 | BA | 52 | 59 |
| Octal | 313 | 365 | 372 | 23 | 2 | 0 | 2 | 272 | 122 | 131 |
| Binary | 11001011 | 11110101 | 11111010 | 10011 | 10 | 0 | 10 | 10111010 | 1010010 | 1011001 |
Color Harmonies of #CBF5FA
Complementary color
Monochromatic Colors of #CBF5FA
Black with #CBF5FA
Text Example
Text Example
White with #CBF5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF5FA; }
p { color: rgb(203,245,250); }
H1.HeaderClassName
{
color: #CBF5FA;
}
.AnyTagClassName
{
color: #CBF5FA;
}
</style>
background-color css
<style>
a { background-color: #CBF5FA; }
a { background-color: rgb(203,245,250); }
div.DivClassName
{
background-color: #CBF5FA;
}
.BgClassName
{
background-color: #CBF5FA;
}
</style>
border-color css
<style>
span { border-color: #CBF5FA; }
span { border-color: rgb(203,245,250); }
td.TdClassName
{
border-color: #CBF5FA;
}
.TagClassName
{
border-color: #CBF5FA;
}
</style>