Shades of Robin's Egg Blue #01C9BC
Tints of Robin's Egg Blue #01C9BC
RGB
CMYK
RGB Variations
Color information
#01C9BC (or 0x01C9BC) is known color: Robin's Egg Blue. HEX triplet: 01, C9 and BC. RGB value is (1,201,188). Sum of RGB (Red+Green+Blue) = 1+201+188=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #01C9BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C9BC is #FE3643. Grayscale: #8B8B8B. Windows color (decimal): -16660036 or 12372225. OLE color: 12372225.
HSL color Cylindrical-coordinate representation of color #01C9BC: hue angle of 176.1º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C9BC is Cyan = 1.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 188 | - |
| CMYK | 1.00 | 0 | 0.06 | 0.21 |
| HSL | 176.1º | 0.99% | 0.4% | - |
| HSV(B) | 176.1º | 1% | 0.79% | - |
| XYZ | 29.98 | 45.41 | 54.76 | - |
| YUV | 139.72 | 155.24 | 29.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 188 | 1.00 | 0 | 0.06 | 0.21 | 176.1 | 0.99 | 0.4 |
| Hex | 1 | C9 | BC | 64 | 0 | 6 | 15 | B0 | 63 | 28 |
| Octal | 1 | 311 | 274 | 144 | 0 | 6 | 25 | 260 | 143 | 50 |
| Binary | 1 | 11001001 | 10111100 | 1100100 | 0 | 110 | 10101 | 10110000 | 1100011 | 101000 |
Color Harmonies of #01C9BC
Complementary color
Monochromatic Colors of #01C9BC
Black with #01C9BC
Text Example
Text Example
White with #01C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C9BC; }
p { color: rgb(1,201,188); }
H1.HeaderClassName
{
color: #01C9BC;
}
.AnyTagClassName
{
color: #01C9BC;
}
</style>
background-color css
<style>
a { background-color: #01C9BC; }
a { background-color: rgb(1,201,188); }
div.DivClassName
{
background-color: #01C9BC;
}
.BgClassName
{
background-color: #01C9BC;
}
</style>
border-color css
<style>
span { border-color: #01C9BC; }
span { border-color: rgb(1,201,188); }
td.TdClassName
{
border-color: #01C9BC;
}
.TagClassName
{
border-color: #01C9BC;
}
</style>