Shades of Robin's Egg Blue #01C1BE
Tints of Robin's Egg Blue #01C1BE
RGB
CMYK
RGB Variations
Color information
#01C1BE (or 0x01C1BE) is known color: Robin's Egg Blue. HEX triplet: 01, C1 and BE. RGB value is (1,193,190). Sum of RGB (Red+Green+Blue) = 1+193+190=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #01C1BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C1BE is #FE3E41. Grayscale: #878787. Windows color (decimal): -16662082 or 12501249. OLE color: 12501249.
HSL color Cylindrical-coordinate representation of color #01C1BE: hue angle of 179.06º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C1BE is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 193 | 190 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.24 |
| HSL | 179.06º | 0.99% | 0.38% | - |
| HSV(B) | 179.06º | 0.99% | 0.76% | - |
| XYZ | 28.38 | 41.86 | 55.3 | - |
| YUV | 135.25 | 158.89 | 32.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 190 | 0.99 | 0 | 0.02 | 0.24 | 179.06 | 0.99 | 0.38 |
| Hex | 1 | C1 | BE | 63 | 0 | 2 | 18 | B3 | 63 | 26 |
| Octal | 1 | 301 | 276 | 143 | 0 | 2 | 30 | 263 | 143 | 46 |
| Binary | 1 | 11000001 | 10111110 | 1100011 | 0 | 10 | 11000 | 10110011 | 1100011 | 100110 |
Color Harmonies of #01C1BE
Complementary color
Monochromatic Colors of #01C1BE
Black with #01C1BE
Text Example
Text Example
White with #01C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C1BE; }
p { color: rgb(1,193,190); }
H1.HeaderClassName
{
color: #01C1BE;
}
.AnyTagClassName
{
color: #01C1BE;
}
</style>
background-color css
<style>
a { background-color: #01C1BE; }
a { background-color: rgb(1,193,190); }
div.DivClassName
{
background-color: #01C1BE;
}
.BgClassName
{
background-color: #01C1BE;
}
</style>
border-color css
<style>
span { border-color: #01C1BE; }
span { border-color: rgb(1,193,190); }
td.TdClassName
{
border-color: #01C1BE;
}
.TagClassName
{
border-color: #01C1BE;
}
</style>