Shades of Robin's Egg Blue #0BCEBD
Tints of Robin's Egg Blue #0BCEBD
RGB
CMYK
RGB Variations
Color information
#0BCEBD (or 0x0BCEBD) is known color: Robin's Egg Blue. HEX triplet: 0B, CE and BD. RGB value is (11,206,189). Sum of RGB (Red+Green+Blue) = 11+206+189=406 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.71% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCEBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCEBD is #F43142. Grayscale: #919191. Windows color (decimal): -16003395 or 12439051. OLE color: 12439051.
HSL color Cylindrical-coordinate representation of color #0BCEBD: hue angle of 174.77º 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 #0BCEBD is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 206 | 189 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.19 |
| HSL | 174.77º | 0.9% | 0.43% | - |
| HSV(B) | 174.77º | 0.95% | 0.81% | - |
| XYZ | 31.39 | 47.89 | 55.73 | - |
| YUV | 145.76 | 152.4 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 189 | 0.95 | 0 | 0.08 | 0.19 | 174.77 | 0.9 | 0.43 |
| Hex | B | CE | BD | 5F | 0 | 8 | 13 | AF | 5A | 2B |
| Octal | 13 | 316 | 275 | 137 | 0 | 10 | 23 | 257 | 132 | 53 |
| Binary | 1011 | 11001110 | 10111101 | 1011111 | 0 | 1000 | 10011 | 10101111 | 1011010 | 101011 |
Color Harmonies of #0BCEBD
Complementary color
Monochromatic Colors of #0BCEBD
Black with #0BCEBD
Text Example
Text Example
White with #0BCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCEBD; }
p { color: rgb(11,206,189); }
H1.HeaderClassName
{
color: #0BCEBD;
}
.AnyTagClassName
{
color: #0BCEBD;
}
</style>
background-color css
<style>
a { background-color: #0BCEBD; }
a { background-color: rgb(11,206,189); }
div.DivClassName
{
background-color: #0BCEBD;
}
.BgClassName
{
background-color: #0BCEBD;
}
</style>
border-color css
<style>
span { border-color: #0BCEBD; }
span { border-color: rgb(11,206,189); }
td.TdClassName
{
border-color: #0BCEBD;
}
.TagClassName
{
border-color: #0BCEBD;
}
</style>