Shades of Oyster Bay #CBF1F5
Tints of Oyster Bay #CBF1F5
RGB
CMYK
RGB Variations
Color information
#CBF1F5 (or 0xCBF1F5) is known color: Oyster Bay. HEX triplet: CB, F1 and F5. RGB value is (203,241,245). Sum of RGB (Red+Green+Blue) = 203+241+245=689 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.46% from 689); Green value is 241 (94.53% from 255 or 34.98% from 689); Blue value is 245 (96.09% from 255 or 35.56% from 689); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBF1F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF1F5 is #340E0A. Grayscale: #E6E6E6. Windows color (decimal): -3411467 or 16118219. OLE color: 16118219.
HSL color Cylindrical-coordinate representation of color #CBF1F5: hue angle of 185.71º degrees, saturation: 0.68, 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 #CBF1F5 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 241 | 245 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.04 |
| HSL | 185.71º | 0.68% | 0.88% | - |
| HSV(B) | 185.71º | 0.17% | 0.96% | - |
| XYZ | 72.57 | 82.2 | 98.43 | - |
| YUV | 230.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 245 | 0.17 | 0.02 | 0 | 0.04 | 185.71 | 0.68 | 0.88 |
| Hex | CB | F1 | F5 | 11 | 2 | 0 | 4 | BA | 44 | 58 |
| Octal | 313 | 361 | 365 | 21 | 2 | 0 | 4 | 272 | 104 | 130 |
| Binary | 11001011 | 11110001 | 11110101 | 10001 | 10 | 0 | 100 | 10111010 | 1000100 | 1011000 |
Color Harmonies of #CBF1F5
Complementary color
Monochromatic Colors of #CBF1F5
Black with #CBF1F5
Text Example
Text Example
White with #CBF1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1F5; }
p { color: rgb(203,241,245); }
H1.HeaderClassName
{
color: #CBF1F5;
}
.AnyTagClassName
{
color: #CBF1F5;
}
</style>
background-color css
<style>
a { background-color: #CBF1F5; }
a { background-color: rgb(203,241,245); }
div.DivClassName
{
background-color: #CBF1F5;
}
.BgClassName
{
background-color: #CBF1F5;
}
</style>
border-color css
<style>
span { border-color: #CBF1F5; }
span { border-color: rgb(203,241,245); }
td.TdClassName
{
border-color: #CBF1F5;
}
.TagClassName
{
border-color: #CBF1F5;
}
</style>