Shades of Oyster Bay #CBEFF2
Tints of Oyster Bay #CBEFF2
RGB
CMYK
RGB Variations
Color information
#CBEFF2 (or 0xCBEFF2) is known color: Oyster Bay. HEX triplet: CB, EF and F2. RGB value is (203,239,242). Sum of RGB (Red+Green+Blue) = 203+239+242=684 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.68% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEFF2 is #34100D. Grayscale: #E4E4E4. Windows color (decimal): -3411982 or 15921099. OLE color: 15921099.
HSL color Cylindrical-coordinate representation of color #CBEFF2: hue angle of 184.62º 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 #CBEFF2 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 239 | 242 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.05 |
| HSL | 184.62º | 0.6% | 0.87% | - |
| HSV(B) | 184.62º | 0.16% | 0.95% | - |
| XYZ | 71.52 | 80.84 | 95.84 | - |
| YUV | 228.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 242 | 0.16 | 0.01 | 0 | 0.05 | 184.62 | 0.6 | 0.87 |
| Hex | CB | EF | F2 | 10 | 1 | 0 | 5 | B9 | 3C | 57 |
| Octal | 313 | 357 | 362 | 20 | 1 | 0 | 5 | 271 | 74 | 127 |
| Binary | 11001011 | 11101111 | 11110010 | 10000 | 1 | 0 | 101 | 10111001 | 111100 | 1010111 |
Color Harmonies of #CBEFF2
Complementary color
Monochromatic Colors of #CBEFF2
Black with #CBEFF2
Text Example
Text Example
White with #CBEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFF2; }
p { color: rgb(203,239,242); }
H1.HeaderClassName
{
color: #CBEFF2;
}
.AnyTagClassName
{
color: #CBEFF2;
}
</style>
background-color css
<style>
a { background-color: #CBEFF2; }
a { background-color: rgb(203,239,242); }
div.DivClassName
{
background-color: #CBEFF2;
}
.BgClassName
{
background-color: #CBEFF2;
}
</style>
border-color css
<style>
span { border-color: #CBEFF2; }
span { border-color: rgb(203,239,242); }
td.TdClassName
{
border-color: #CBEFF2;
}
.TagClassName
{
border-color: #CBEFF2;
}
</style>