Shades of Robin's Egg Blue #0BCFBF
Tints of Robin's Egg Blue #0BCFBF
RGB
CMYK
RGB Variations
Color information
#0BCFBF (or 0x0BCFBF) is known color: Robin's Egg Blue. HEX triplet: 0B, CF and BF. RGB value is (11,207,191). Sum of RGB (Red+Green+Blue) = 11+207+191=409 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.69% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFBF is #F43040. Grayscale: #929292. Windows color (decimal): -16003137 or 12570379. OLE color: 12570379.
HSL color Cylindrical-coordinate representation of color #0BCFBF: hue angle of 175.1º 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 #0BCFBF is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 207 | 191 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.19 |
| HSL | 175.1º | 0.9% | 0.43% | - |
| HSV(B) | 175.1º | 0.95% | 0.81% | - |
| XYZ | 31.85 | 48.46 | 56.96 | - |
| YUV | 146.57 | 153.07 | 31.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 191 | 0.95 | 0 | 0.08 | 0.19 | 175.1 | 0.9 | 0.43 |
| Hex | B | CF | BF | 5F | 0 | 8 | 13 | AF | 5A | 2B |
| Octal | 13 | 317 | 277 | 137 | 0 | 10 | 23 | 257 | 132 | 53 |
| Binary | 1011 | 11001111 | 10111111 | 1011111 | 0 | 1000 | 10011 | 10101111 | 1011010 | 101011 |
Color Harmonies of #0BCFBF
Complementary color
Monochromatic Colors of #0BCFBF
Black with #0BCFBF
Text Example
Text Example
White with #0BCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFBF; }
p { color: rgb(11,207,191); }
H1.HeaderClassName
{
color: #0BCFBF;
}
.AnyTagClassName
{
color: #0BCFBF;
}
</style>
background-color css
<style>
a { background-color: #0BCFBF; }
a { background-color: rgb(11,207,191); }
div.DivClassName
{
background-color: #0BCFBF;
}
.BgClassName
{
background-color: #0BCFBF;
}
</style>
border-color css
<style>
span { border-color: #0BCFBF; }
span { border-color: rgb(11,207,191); }
td.TdClassName
{
border-color: #0BCFBF;
}
.TagClassName
{
border-color: #0BCFBF;
}
</style>