Shades of Robin's Egg Blue #0BC5BD
Tints of Robin's Egg Blue #0BC5BD
RGB
CMYK
RGB Variations
Color information
#0BC5BD (or 0x0BC5BD) is known color: Robin's Egg Blue. HEX triplet: 0B, C5 and BD. RGB value is (11,197,189). Sum of RGB (Red+Green+Blue) = 11+197+189=397 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.77% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC5BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC5BD is #F43A42. Grayscale: #8C8C8C. Windows color (decimal): -16005699 or 12436747. OLE color: 12436747.
HSL color Cylindrical-coordinate representation of color #0BC5BD: hue angle of 177.42º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC5BD is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 197 | 189 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.23 |
| HSL | 177.42º | 0.89% | 0.41% | - |
| HSV(B) | 177.42º | 0.94% | 0.77% | - |
| XYZ | 29.29 | 43.68 | 55.03 | - |
| YUV | 140.47 | 155.38 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 197 | 189 | 0.94 | 0 | 0.04 | 0.23 | 177.42 | 0.89 | 0.41 |
| Hex | B | C5 | BD | 5E | 0 | 4 | 17 | B1 | 59 | 29 |
| Octal | 13 | 305 | 275 | 136 | 0 | 4 | 27 | 261 | 131 | 51 |
| Binary | 1011 | 11000101 | 10111101 | 1011110 | 0 | 100 | 10111 | 10110001 | 1011001 | 101001 |
Color Harmonies of #0BC5BD
Complementary color
Monochromatic Colors of #0BC5BD
Black with #0BC5BD
Text Example
Text Example
White with #0BC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC5BD; }
p { color: rgb(11,197,189); }
H1.HeaderClassName
{
color: #0BC5BD;
}
.AnyTagClassName
{
color: #0BC5BD;
}
</style>
background-color css
<style>
a { background-color: #0BC5BD; }
a { background-color: rgb(11,197,189); }
div.DivClassName
{
background-color: #0BC5BD;
}
.BgClassName
{
background-color: #0BC5BD;
}
</style>
border-color css
<style>
span { border-color: #0BC5BD; }
span { border-color: rgb(11,197,189); }
td.TdClassName
{
border-color: #0BC5BD;
}
.TagClassName
{
border-color: #0BC5BD;
}
</style>