Shades of Oyster Bay #CBF2F6
Tints of Oyster Bay #CBF2F6
RGB
CMYK
RGB Variations
Color information
#CBF2F6 (or 0xCBF2F6) is known color: Oyster Bay. HEX triplet: CB, F2 and F6. RGB value is (203,242,246). Sum of RGB (Red+Green+Blue) = 203+242+246=691 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.38% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBF2F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF2F6 is #340D09. Grayscale: #E6E6E6. Windows color (decimal): -3411210 or 16184011. OLE color: 16184011.
HSL color Cylindrical-coordinate representation of color #CBF2F6: hue angle of 185.58º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF2F6 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 242 | 246 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.04 |
| HSL | 185.58º | 0.7% | 0.88% | - |
| HSV(B) | 185.58º | 0.17% | 0.96% | - |
| XYZ | 73.02 | 82.85 | 99.33 | - |
| YUV | 230.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 246 | 0.17 | 0.02 | 0 | 0.04 | 185.58 | 0.7 | 0.88 |
| Hex | CB | F2 | F6 | 11 | 2 | 0 | 4 | BA | 46 | 58 |
| Octal | 313 | 362 | 366 | 21 | 2 | 0 | 4 | 272 | 106 | 130 |
| Binary | 11001011 | 11110010 | 11110110 | 10001 | 10 | 0 | 100 | 10111010 | 1000110 | 1011000 |
Color Harmonies of #CBF2F6
Complementary color
Monochromatic Colors of #CBF2F6
Black with #CBF2F6
Text Example
Text Example
White with #CBF2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2F6; }
p { color: rgb(203,242,246); }
H1.HeaderClassName
{
color: #CBF2F6;
}
.AnyTagClassName
{
color: #CBF2F6;
}
</style>
background-color css
<style>
a { background-color: #CBF2F6; }
a { background-color: rgb(203,242,246); }
div.DivClassName
{
background-color: #CBF2F6;
}
.BgClassName
{
background-color: #CBF2F6;
}
</style>
border-color css
<style>
span { border-color: #CBF2F6; }
span { border-color: rgb(203,242,246); }
td.TdClassName
{
border-color: #CBF2F6;
}
.TagClassName
{
border-color: #CBF2F6;
}
</style>