Shades of Robin's Egg Blue #06CBC2
Tints of Robin's Egg Blue #06CBC2
RGB
CMYK
RGB Variations
Color information
#06CBC2 (or 0x06CBC2) is known color: Robin's Egg Blue. HEX triplet: 06, CB and C2. RGB value is (6,203,194). Sum of RGB (Red+Green+Blue) = 6+203+194=403 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #06CBC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CBC2 is #F9343D. Grayscale: #8E8E8E. Windows color (decimal): -16331838 or 12765958. OLE color: 12765958.
HSL color Cylindrical-coordinate representation of color #06CBC2: hue angle of 177.26º 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 #06CBC2 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 203 | 194 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.20 |
| HSL | 177.26º | 0.94% | 0.41% | - |
| HSV(B) | 177.26º | 0.97% | 0.8% | - |
| XYZ | 31.17 | 46.65 | 58.4 | - |
| YUV | 143.07 | 156.73 | 30.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 194 | 0.97 | 0 | 0.04 | 0.20 | 177.26 | 0.94 | 0.41 |
| Hex | 6 | CB | C2 | 61 | 0 | 4 | 14 | B1 | 5E | 29 |
| Octal | 6 | 313 | 302 | 141 | 0 | 4 | 24 | 261 | 136 | 51 |
| Binary | 110 | 11001011 | 11000010 | 1100001 | 0 | 100 | 10100 | 10110001 | 1011110 | 101001 |
Color Harmonies of #06CBC2
Complementary color
Monochromatic Colors of #06CBC2
Black with #06CBC2
Text Example
Text Example
White with #06CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CBC2; }
p { color: rgb(6,203,194); }
H1.HeaderClassName
{
color: #06CBC2;
}
.AnyTagClassName
{
color: #06CBC2;
}
</style>
background-color css
<style>
a { background-color: #06CBC2; }
a { background-color: rgb(6,203,194); }
div.DivClassName
{
background-color: #06CBC2;
}
.BgClassName
{
background-color: #06CBC2;
}
</style>
border-color css
<style>
span { border-color: #06CBC2; }
span { border-color: rgb(6,203,194); }
td.TdClassName
{
border-color: #06CBC2;
}
.TagClassName
{
border-color: #06CBC2;
}
</style>