Shades of Robin's Egg Blue #01C2B5
Tints of Robin's Egg Blue #01C2B5
RGB
CMYK
RGB Variations
Color information
#01C2B5 (or 0x01C2B5) is known color: Robin's Egg Blue. HEX triplet: 01, C2 and B5. RGB value is (1,194,181). Sum of RGB (Red+Green+Blue) = 1+194+181=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #01C2B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C2B5 is #FE3D4A. Grayscale: #868686. Windows color (decimal): -16661835 or 11911681. OLE color: 11911681.
HSL color Cylindrical-coordinate representation of color #01C2B5: hue angle of 175.96º 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 #01C2B5 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 194 | 181 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.24 |
| HSL | 175.96º | 0.99% | 0.38% | - |
| HSV(B) | 175.96º | 0.99% | 0.76% | - |
| XYZ | 27.64 | 41.93 | 50.35 | - |
| YUV | 134.81 | 154.06 | 32.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 194 | 181 | 0.99 | 0 | 0.07 | 0.24 | 175.96 | 0.99 | 0.38 |
| Hex | 1 | C2 | B5 | 63 | 0 | 7 | 18 | B0 | 63 | 26 |
| Octal | 1 | 302 | 265 | 143 | 0 | 7 | 30 | 260 | 143 | 46 |
| Binary | 1 | 11000010 | 10110101 | 1100011 | 0 | 111 | 11000 | 10110000 | 1100011 | 100110 |
Color Harmonies of #01C2B5
Complementary color
Monochromatic Colors of #01C2B5
Black with #01C2B5
Text Example
Text Example
White with #01C2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C2B5; }
p { color: rgb(1,194,181); }
H1.HeaderClassName
{
color: #01C2B5;
}
.AnyTagClassName
{
color: #01C2B5;
}
</style>
background-color css
<style>
a { background-color: #01C2B5; }
a { background-color: rgb(1,194,181); }
div.DivClassName
{
background-color: #01C2B5;
}
.BgClassName
{
background-color: #01C2B5;
}
</style>
border-color css
<style>
span { border-color: #01C2B5; }
span { border-color: rgb(1,194,181); }
td.TdClassName
{
border-color: #01C2B5;
}
.TagClassName
{
border-color: #01C2B5;
}
</style>