Shades of Robin's Egg Blue #06CBC0
Tints of Robin's Egg Blue #06CBC0
RGB
CMYK
RGB Variations
Color information
#06CBC0 (or 0x06CBC0) is known color: Robin's Egg Blue. HEX triplet: 06, CB and C0. RGB value is (6,203,192). Sum of RGB (Red+Green+Blue) = 6+203+192=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #06CBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CBC0 is #F9343F. Grayscale: #8E8E8E. Windows color (decimal): -16331840 or 12634886. OLE color: 12634886.
HSL color Cylindrical-coordinate representation of color #06CBC0: hue angle of 176.65º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CBC0 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 203 | 192 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.20 |
| HSL | 176.65º | 0.94% | 0.41% | - |
| HSV(B) | 176.65º | 0.97% | 0.8% | - |
| XYZ | 30.95 | 46.56 | 57.22 | - |
| YUV | 142.84 | 155.73 | 30.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 192 | 0.97 | 0 | 0.05 | 0.20 | 176.65 | 0.94 | 0.41 |
| Hex | 6 | CB | C0 | 61 | 0 | 5 | 14 | B1 | 5E | 29 |
| Octal | 6 | 313 | 300 | 141 | 0 | 5 | 24 | 261 | 136 | 51 |
| Binary | 110 | 11001011 | 11000000 | 1100001 | 0 | 101 | 10100 | 10110001 | 1011110 | 101001 |
Color Harmonies of #06CBC0
Complementary color
Monochromatic Colors of #06CBC0
Black with #06CBC0
Text Example
Text Example
White with #06CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CBC0; }
p { color: rgb(6,203,192); }
H1.HeaderClassName
{
color: #06CBC0;
}
.AnyTagClassName
{
color: #06CBC0;
}
</style>
background-color css
<style>
a { background-color: #06CBC0; }
a { background-color: rgb(6,203,192); }
div.DivClassName
{
background-color: #06CBC0;
}
.BgClassName
{
background-color: #06CBC0;
}
</style>
border-color css
<style>
span { border-color: #06CBC0; }
span { border-color: rgb(6,203,192); }
td.TdClassName
{
border-color: #06CBC0;
}
.TagClassName
{
border-color: #06CBC0;
}
</style>