Shades of Robin's Egg Blue #0BCECE
Tints of Robin's Egg Blue #0BCECE
RGB
CMYK
RGB Variations
Color information
#0BCECE (or 0x0BCECE) is known color: Robin's Egg Blue. HEX triplet: 0B, CE and CE. RGB value is (11,206,206). Sum of RGB (Red+Green+Blue) = 11+206+206=423 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.60% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #0BCECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCECE is #F43131. Grayscale: #939393. Windows color (decimal): -16003378 or 13553163. OLE color: 13553163.
HSL color Cylindrical-coordinate representation of color #0BCECE: hue angle of 180º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCECE is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 206 | 206 | - |
| CMYK | 0.95 | 0 | 0 | 0.19 |
| HSL | 180º | 0.9% | 0.43% | - |
| HSV(B) | 180º | 0.95% | 0.81% | - |
| XYZ | 33.35 | 48.67 | 66.03 | - |
| YUV | 147.7 | 160.9 | 30.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 206 | 0.95 | 0 | 0 | 0.19 | 180 | 0.9 | 0.43 |
| Hex | B | CE | CE | 5F | 0 | 0 | 13 | B4 | 5A | 2B |
| Octal | 13 | 316 | 316 | 137 | 0 | 0 | 23 | 264 | 132 | 53 |
| Binary | 1011 | 11001110 | 11001110 | 1011111 | 0 | 0 | 10011 | 10110100 | 1011010 | 101011 |
Color Harmonies of #0BCECE
Complementary color
Monochromatic Colors of #0BCECE
Black with #0BCECE
Text Example
Text Example
White with #0BCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCECE; }
p { color: rgb(11,206,206); }
H1.HeaderClassName
{
color: #0BCECE;
}
.AnyTagClassName
{
color: #0BCECE;
}
</style>
background-color css
<style>
a { background-color: #0BCECE; }
a { background-color: rgb(11,206,206); }
div.DivClassName
{
background-color: #0BCECE;
}
.BgClassName
{
background-color: #0BCECE;
}
</style>
border-color css
<style>
span { border-color: #0BCECE; }
span { border-color: rgb(11,206,206); }
td.TdClassName
{
border-color: #0BCECE;
}
.TagClassName
{
border-color: #0BCECE;
}
</style>