Shades of Robin's Egg Blue #0BD6CA
Tints of Robin's Egg Blue #0BD6CA
RGB
CMYK
RGB Variations
Color information
#0BD6CA (or 0x0BD6CA) is known color: Robin's Egg Blue. HEX triplet: 0B, D6 and CA. RGB value is (11,214,202). Sum of RGB (Red+Green+Blue) = 11+214+202=427 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD6CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD6CA is #F42935. Grayscale: #979797. Windows color (decimal): -16001334 or 13293067. OLE color: 13293067.
HSL color Cylindrical-coordinate representation of color #0BD6CA: hue angle of 176.45º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD6CA is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 202 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.16 |
| HSL | 176.45º | 0.9% | 0.44% | - |
| HSV(B) | 176.45º | 0.95% | 0.84% | - |
| XYZ | 34.85 | 52.43 | 64.16 | - |
| YUV | 151.94 | 156.25 | 27.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 202 | 0.95 | 0 | 0.06 | 0.16 | 176.45 | 0.9 | 0.44 |
| Hex | B | D6 | CA | 5F | 0 | 6 | 10 | B0 | 5A | 2C |
| Octal | 13 | 326 | 312 | 137 | 0 | 6 | 20 | 260 | 132 | 54 |
| Binary | 1011 | 11010110 | 11001010 | 1011111 | 0 | 110 | 10000 | 10110000 | 1011010 | 101100 |
Color Harmonies of #0BD6CA
Complementary color
Monochromatic Colors of #0BD6CA
Black with #0BD6CA
Text Example
Text Example
White with #0BD6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD6CA; }
p { color: rgb(11,214,202); }
H1.HeaderClassName
{
color: #0BD6CA;
}
.AnyTagClassName
{
color: #0BD6CA;
}
</style>
background-color css
<style>
a { background-color: #0BD6CA; }
a { background-color: rgb(11,214,202); }
div.DivClassName
{
background-color: #0BD6CA;
}
.BgClassName
{
background-color: #0BD6CA;
}
</style>
border-color css
<style>
span { border-color: #0BD6CA; }
span { border-color: rgb(11,214,202); }
td.TdClassName
{
border-color: #0BD6CA;
}
.TagClassName
{
border-color: #0BD6CA;
}
</style>