Shades of Robin's Egg Blue #01C5BF
Tints of Robin's Egg Blue #01C5BF
RGB
CMYK
RGB Variations
Color information
#01C5BF (or 0x01C5BF) is known color: Robin's Egg Blue. HEX triplet: 01, C5 and BF. RGB value is (1,197,191). Sum of RGB (Red+Green+Blue) = 1+197+191=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #01C5BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C5BF is #FE3A40. Grayscale: #898989. Windows color (decimal): -16661057 or 12567809. OLE color: 12567809.
HSL color Cylindrical-coordinate representation of color #01C5BF: hue angle of 178.16º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C5BF is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 191 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.23 |
| HSL | 178.16º | 0.99% | 0.39% | - |
| HSV(B) | 178.16º | 0.99% | 0.77% | - |
| XYZ | 29.38 | 43.7 | 56.18 | - |
| YUV | 137.71 | 158.07 | 30.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 191 | 0.99 | 0 | 0.03 | 0.23 | 178.16 | 0.99 | 0.39 |
| Hex | 1 | C5 | BF | 63 | 0 | 3 | 17 | B2 | 63 | 27 |
| Octal | 1 | 305 | 277 | 143 | 0 | 3 | 27 | 262 | 143 | 47 |
| Binary | 1 | 11000101 | 10111111 | 1100011 | 0 | 11 | 10111 | 10110010 | 1100011 | 100111 |
Color Harmonies of #01C5BF
Complementary color
Monochromatic Colors of #01C5BF
Black with #01C5BF
Text Example
Text Example
White with #01C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C5BF; }
p { color: rgb(1,197,191); }
H1.HeaderClassName
{
color: #01C5BF;
}
.AnyTagClassName
{
color: #01C5BF;
}
</style>
background-color css
<style>
a { background-color: #01C5BF; }
a { background-color: rgb(1,197,191); }
div.DivClassName
{
background-color: #01C5BF;
}
.BgClassName
{
background-color: #01C5BF;
}
</style>
border-color css
<style>
span { border-color: #01C5BF; }
span { border-color: rgb(1,197,191); }
td.TdClassName
{
border-color: #01C5BF;
}
.TagClassName
{
border-color: #01C5BF;
}
</style>