Shades of Robin's Egg Blue #0BCEC7
Tints of Robin's Egg Blue #0BCEC7
RGB
CMYK
RGB Variations
Color information
#0BCEC7 (or 0x0BCEC7) is known color: Robin's Egg Blue. HEX triplet: 0B, CE and C7. RGB value is (11,206,199). Sum of RGB (Red+Green+Blue) = 11+206+199=416 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 199 (78.12% from 255 or 47.84% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCEC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCEC7 is #F43138. Grayscale: #929292. Windows color (decimal): -16003385 or 13094411. OLE color: 13094411.
HSL color Cylindrical-coordinate representation of color #0BCEC7: hue angle of 177.85º 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 #0BCEC7 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 206 | 199 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.19 |
| HSL | 177.85º | 0.9% | 0.43% | - |
| HSV(B) | 177.85º | 0.95% | 0.81% | - |
| XYZ | 32.52 | 48.34 | 61.65 | - |
| YUV | 146.9 | 157.4 | 31.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 199 | 0.95 | 0 | 0.03 | 0.19 | 177.85 | 0.9 | 0.43 |
| Hex | B | CE | C7 | 5F | 0 | 3 | 13 | B2 | 5A | 2B |
| Octal | 13 | 316 | 307 | 137 | 0 | 3 | 23 | 262 | 132 | 53 |
| Binary | 1011 | 11001110 | 11000111 | 1011111 | 0 | 11 | 10011 | 10110010 | 1011010 | 101011 |
Color Harmonies of #0BCEC7
Complementary color
Monochromatic Colors of #0BCEC7
Black with #0BCEC7
Text Example
Text Example
White with #0BCEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCEC7; }
p { color: rgb(11,206,199); }
H1.HeaderClassName
{
color: #0BCEC7;
}
.AnyTagClassName
{
color: #0BCEC7;
}
</style>
background-color css
<style>
a { background-color: #0BCEC7; }
a { background-color: rgb(11,206,199); }
div.DivClassName
{
background-color: #0BCEC7;
}
.BgClassName
{
background-color: #0BCEC7;
}
</style>
border-color css
<style>
span { border-color: #0BCEC7; }
span { border-color: rgb(11,206,199); }
td.TdClassName
{
border-color: #0BCEC7;
}
.TagClassName
{
border-color: #0BCEC7;
}
</style>