Shades of Robin's Egg Blue #0BCFB4
Tints of Robin's Egg Blue #0BCFB4
RGB
CMYK
RGB Variations
Color information
#0BCFB4 (or 0x0BCFB4) is known color: Robin's Egg Blue. HEX triplet: 0B, CF and B4. RGB value is (11,207,180). Sum of RGB (Red+Green+Blue) = 11+207+180=398 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCFB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFB4 is #F4304B. Grayscale: #919191. Windows color (decimal): -16003148 or 11849483. OLE color: 11849483.
HSL color Cylindrical-coordinate representation of color #0BCFB4: hue angle of 171.73º 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 #0BCFB4 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 207 | 180 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.19 |
| HSL | 171.73º | 0.9% | 0.43% | - |
| HSV(B) | 171.73º | 0.95% | 0.81% | - |
| XYZ | 30.69 | 47.99 | 50.83 | - |
| YUV | 145.32 | 147.57 | 32.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 180 | 0.95 | 0 | 0.13 | 0.19 | 171.73 | 0.9 | 0.43 |
| Hex | B | CF | B4 | 5F | 0 | D | 13 | AC | 5A | 2B |
| Octal | 13 | 317 | 264 | 137 | 0 | 15 | 23 | 254 | 132 | 53 |
| Binary | 1011 | 11001111 | 10110100 | 1011111 | 0 | 1101 | 10011 | 10101100 | 1011010 | 101011 |
Color Harmonies of #0BCFB4
Complementary color
Monochromatic Colors of #0BCFB4
Black with #0BCFB4
Text Example
Text Example
White with #0BCFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFB4; }
p { color: rgb(11,207,180); }
H1.HeaderClassName
{
color: #0BCFB4;
}
.AnyTagClassName
{
color: #0BCFB4;
}
</style>
background-color css
<style>
a { background-color: #0BCFB4; }
a { background-color: rgb(11,207,180); }
div.DivClassName
{
background-color: #0BCFB4;
}
.BgClassName
{
background-color: #0BCFB4;
}
</style>
border-color css
<style>
span { border-color: #0BCFB4; }
span { border-color: rgb(11,207,180); }
td.TdClassName
{
border-color: #0BCFB4;
}
.TagClassName
{
border-color: #0BCFB4;
}
</style>