Shades of Robin's Egg Blue #01C9BD
Tints of Robin's Egg Blue #01C9BD
RGB
CMYK
RGB Variations
Color information
#01C9BD (or 0x01C9BD) is known color: Robin's Egg Blue. HEX triplet: 01, C9 and BD. RGB value is (1,201,189). Sum of RGB (Red+Green+Blue) = 1+201+189=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #01C9BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C9BD is #FE3642. Grayscale: #8B8B8B. Windows color (decimal): -16660035 or 12437761. OLE color: 12437761.
HSL color Cylindrical-coordinate representation of color #01C9BD: hue angle of 176.4º 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 #01C9BD is Cyan = 1.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 189 | - |
| CMYK | 1.00 | 0 | 0.06 | 0.21 |
| HSL | 176.4º | 0.99% | 0.4% | - |
| HSV(B) | 176.4º | 1% | 0.79% | - |
| XYZ | 30.08 | 45.45 | 55.33 | - |
| YUV | 139.83 | 155.74 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 189 | 1.00 | 0 | 0.06 | 0.21 | 176.4 | 0.99 | 0.4 |
| Hex | 1 | C9 | BD | 64 | 0 | 6 | 15 | B0 | 63 | 28 |
| Octal | 1 | 311 | 275 | 144 | 0 | 6 | 25 | 260 | 143 | 50 |
| Binary | 1 | 11001001 | 10111101 | 1100100 | 0 | 110 | 10101 | 10110000 | 1100011 | 101000 |
Color Harmonies of #01C9BD
Complementary color
Monochromatic Colors of #01C9BD
Black with #01C9BD
Text Example
Text Example
White with #01C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C9BD; }
p { color: rgb(1,201,189); }
H1.HeaderClassName
{
color: #01C9BD;
}
.AnyTagClassName
{
color: #01C9BD;
}
</style>
background-color css
<style>
a { background-color: #01C9BD; }
a { background-color: rgb(1,201,189); }
div.DivClassName
{
background-color: #01C9BD;
}
.BgClassName
{
background-color: #01C9BD;
}
</style>
border-color css
<style>
span { border-color: #01C9BD; }
span { border-color: rgb(1,201,189); }
td.TdClassName
{
border-color: #01C9BD;
}
.TagClassName
{
border-color: #01C9BD;
}
</style>