Shades of Oyster Bay #CBEEF1
Tints of Oyster Bay #CBEEF1
RGB
CMYK
RGB Variations
Color information
#CBEEF1 (or 0xCBEEF1) is known color: Oyster Bay. HEX triplet: CB, EE and F1. RGB value is (203,238,241). Sum of RGB (Red+Green+Blue) = 203+238+241=682 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.77% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEF1 is #34110E. Grayscale: #E3E3E3. Windows color (decimal): -3412239 or 15855307. OLE color: 15855307.
HSL color Cylindrical-coordinate representation of color #CBEEF1: hue angle of 184.74º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBEEF1 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 238 | 241 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.05 |
| HSL | 184.74º | 0.58% | 0.87% | - |
| HSV(B) | 184.74º | 0.16% | 0.95% | - |
| XYZ | 71.08 | 80.2 | 94.95 | - |
| YUV | 227.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 241 | 0.16 | 0.01 | 0 | 0.05 | 184.74 | 0.58 | 0.87 |
| Hex | CB | EE | F1 | 10 | 1 | 0 | 5 | B9 | 3A | 57 |
| Octal | 313 | 356 | 361 | 20 | 1 | 0 | 5 | 271 | 72 | 127 |
| Binary | 11001011 | 11101110 | 11110001 | 10000 | 1 | 0 | 101 | 10111001 | 111010 | 1010111 |
Color Harmonies of #CBEEF1
Complementary color
Monochromatic Colors of #CBEEF1
Black with #CBEEF1
Text Example
Text Example
White with #CBEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEF1; }
p { color: rgb(203,238,241); }
H1.HeaderClassName
{
color: #CBEEF1;
}
.AnyTagClassName
{
color: #CBEEF1;
}
</style>
background-color css
<style>
a { background-color: #CBEEF1; }
a { background-color: rgb(203,238,241); }
div.DivClassName
{
background-color: #CBEEF1;
}
.BgClassName
{
background-color: #CBEEF1;
}
</style>
border-color css
<style>
span { border-color: #CBEEF1; }
span { border-color: rgb(203,238,241); }
td.TdClassName
{
border-color: #CBEEF1;
}
.TagClassName
{
border-color: #CBEEF1;
}
</style>