Shades of Robin's Egg Blue #0BC2CE
Tints of Robin's Egg Blue #0BC2CE
RGB
CMYK
RGB Variations
Color information
#0BC2CE (or 0x0BC2CE) is known color: Robin's Egg Blue. HEX triplet: 0B, C2 and CE. RGB value is (11,194,206). Sum of RGB (Red+Green+Blue) = 11+194+206=411 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #0BC2CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC2CE is #F43D31. Grayscale: #8C8C8C. Windows color (decimal): -16006450 or 13550091. OLE color: 13550091.
HSL color Cylindrical-coordinate representation of color #0BC2CE: hue angle of 183.69º 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 #0BC2CE is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 194 | 206 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.19 |
| HSL | 183.69º | 0.9% | 0.43% | - |
| HSV(B) | 183.69º | 0.95% | 0.81% | - |
| XYZ | 30.57 | 43.11 | 65.1 | - |
| YUV | 140.65 | 164.87 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 194 | 206 | 0.95 | 0.06 | 0 | 0.19 | 183.69 | 0.9 | 0.43 |
| Hex | B | C2 | CE | 5F | 6 | 0 | 13 | B8 | 5A | 2B |
| Octal | 13 | 302 | 316 | 137 | 6 | 0 | 23 | 270 | 132 | 53 |
| Binary | 1011 | 11000010 | 11001110 | 1011111 | 110 | 0 | 10011 | 10111000 | 1011010 | 101011 |
Color Harmonies of #0BC2CE
Complementary color
Monochromatic Colors of #0BC2CE
Black with #0BC2CE
Text Example
Text Example
White with #0BC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC2CE; }
p { color: rgb(11,194,206); }
H1.HeaderClassName
{
color: #0BC2CE;
}
.AnyTagClassName
{
color: #0BC2CE;
}
</style>
background-color css
<style>
a { background-color: #0BC2CE; }
a { background-color: rgb(11,194,206); }
div.DivClassName
{
background-color: #0BC2CE;
}
.BgClassName
{
background-color: #0BC2CE;
}
</style>
border-color css
<style>
span { border-color: #0BC2CE; }
span { border-color: rgb(11,194,206); }
td.TdClassName
{
border-color: #0BC2CE;
}
.TagClassName
{
border-color: #0BC2CE;
}
</style>