Shades of Robin's Egg Blue #0BCFBB
Tints of Robin's Egg Blue #0BCFBB
RGB
CMYK
RGB Variations
Color information
#0BCFBB (or 0x0BCFBB) is known color: Robin's Egg Blue. HEX triplet: 0B, CF and BB. RGB value is (11,207,187). Sum of RGB (Red+Green+Blue) = 11+207+187=405 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFBB is #F43044. Grayscale: #929292. Windows color (decimal): -16003141 or 12308235. OLE color: 12308235.
HSL color Cylindrical-coordinate representation of color #0BCFBB: hue angle of 173.88º 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 #0BCFBB is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 207 | 187 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.19 |
| HSL | 173.88º | 0.9% | 0.43% | - |
| HSV(B) | 173.88º | 0.95% | 0.81% | - |
| XYZ | 31.42 | 48.28 | 54.68 | - |
| YUV | 146.12 | 151.07 | 31.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 187 | 0.95 | 0 | 0.10 | 0.19 | 173.88 | 0.9 | 0.43 |
| Hex | B | CF | BB | 5F | 0 | A | 13 | AE | 5A | 2B |
| Octal | 13 | 317 | 273 | 137 | 0 | 12 | 23 | 256 | 132 | 53 |
| Binary | 1011 | 11001111 | 10111011 | 1011111 | 0 | 1010 | 10011 | 10101110 | 1011010 | 101011 |
Color Harmonies of #0BCFBB
Complementary color
Monochromatic Colors of #0BCFBB
Black with #0BCFBB
Text Example
Text Example
White with #0BCFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFBB; }
p { color: rgb(11,207,187); }
H1.HeaderClassName
{
color: #0BCFBB;
}
.AnyTagClassName
{
color: #0BCFBB;
}
</style>
background-color css
<style>
a { background-color: #0BCFBB; }
a { background-color: rgb(11,207,187); }
div.DivClassName
{
background-color: #0BCFBB;
}
.BgClassName
{
background-color: #0BCFBB;
}
</style>
border-color css
<style>
span { border-color: #0BCFBB; }
span { border-color: rgb(11,207,187); }
td.TdClassName
{
border-color: #0BCFBB;
}
.TagClassName
{
border-color: #0BCFBB;
}
</style>