Shades of Oyster Bay #CBEEEF
Tints of Oyster Bay #CBEEEF
RGB
CMYK
RGB Variations
Color information
#CBEEEF (or 0xCBEEEF) is known color: Oyster Bay. HEX triplet: CB, EE and EF. RGB value is (203,238,239). Sum of RGB (Red+Green+Blue) = 203+238+239=680 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.85% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBEEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEEF is #341110. Grayscale: #E3E3E3. Windows color (decimal): -3412241 or 15724235. OLE color: 15724235.
HSL color Cylindrical-coordinate representation of color #CBEEEF: hue angle of 181.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEEEF is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 238 | 239 | - |
| CMYK | 0.15 | 0.00 | 0 | 0.06 |
| HSL | 181.67º | 0.53% | 0.87% | - |
| HSV(B) | 181.67º | 0.15% | 0.94% | - |
| XYZ | 70.78 | 80.08 | 93.39 | - |
| YUV | 227.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 239 | 0.15 | 0.00 | 0 | 0.06 | 181.67 | 0.53 | 0.87 |
| Hex | CB | EE | EF | F | 0 | 0 | 6 | B6 | 35 | 57 |
| Octal | 313 | 356 | 357 | 17 | 0 | 0 | 6 | 266 | 65 | 127 |
| Binary | 11001011 | 11101110 | 11101111 | 1111 | 0 | 0 | 110 | 10110110 | 110101 | 1010111 |
Color Harmonies of #CBEEEF
Complementary color
Monochromatic Colors of #CBEEEF
Black with #CBEEEF
Text Example
Text Example
White with #CBEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEEF; }
p { color: rgb(203,238,239); }
H1.HeaderClassName
{
color: #CBEEEF;
}
.AnyTagClassName
{
color: #CBEEEF;
}
</style>
background-color css
<style>
a { background-color: #CBEEEF; }
a { background-color: rgb(203,238,239); }
div.DivClassName
{
background-color: #CBEEEF;
}
.BgClassName
{
background-color: #CBEEEF;
}
</style>
border-color css
<style>
span { border-color: #CBEEEF; }
span { border-color: rgb(203,238,239); }
td.TdClassName
{
border-color: #CBEEEF;
}
.TagClassName
{
border-color: #CBEEEF;
}
</style>