Shades of Oyster Bay #CBEEF2
Tints of Oyster Bay #CBEEF2
RGB
CMYK
RGB Variations
Color information
#CBEEF2 (or 0xCBEEF2) is known color: Oyster Bay. HEX triplet: CB, EE and F2. RGB value is (203,238,242). Sum of RGB (Red+Green+Blue) = 203+238+242=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEF2 is #34110D. Grayscale: #E3E3E3. Windows color (decimal): -3412238 or 15920843. OLE color: 15920843.
HSL color Cylindrical-coordinate representation of color #CBEEF2: hue angle of 186.15º degrees, saturation: 0.6, 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 #CBEEF2 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 238 | 242 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.05 |
| HSL | 186.15º | 0.6% | 0.87% | - |
| HSV(B) | 186.15º | 0.16% | 0.95% | - |
| XYZ | 71.23 | 80.26 | 95.74 | - |
| YUV | 227.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 242 | 0.16 | 0.02 | 0 | 0.05 | 186.15 | 0.6 | 0.87 |
| Hex | CB | EE | F2 | 10 | 2 | 0 | 5 | BA | 3C | 57 |
| Octal | 313 | 356 | 362 | 20 | 2 | 0 | 5 | 272 | 74 | 127 |
| Binary | 11001011 | 11101110 | 11110010 | 10000 | 10 | 0 | 101 | 10111010 | 111100 | 1010111 |
Color Harmonies of #CBEEF2
Complementary color
Monochromatic Colors of #CBEEF2
Black with #CBEEF2
Text Example
Text Example
White with #CBEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEF2; }
p { color: rgb(203,238,242); }
H1.HeaderClassName
{
color: #CBEEF2;
}
.AnyTagClassName
{
color: #CBEEF2;
}
</style>
background-color css
<style>
a { background-color: #CBEEF2; }
a { background-color: rgb(203,238,242); }
div.DivClassName
{
background-color: #CBEEF2;
}
.BgClassName
{
background-color: #CBEEF2;
}
</style>
border-color css
<style>
span { border-color: #CBEEF2; }
span { border-color: rgb(203,238,242); }
td.TdClassName
{
border-color: #CBEEF2;
}
.TagClassName
{
border-color: #CBEEF2;
}
</style>