Shades of Robin's Egg Blue #01C9B5
Tints of Robin's Egg Blue #01C9B5
RGB
CMYK
RGB Variations
Color information
#01C9B5 (or 0x01C9B5) is known color: Robin's Egg Blue. HEX triplet: 01, C9 and B5. RGB value is (1,201,181). Sum of RGB (Red+Green+Blue) = 1+201+181=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #01C9B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C9B5 is #FE364A. Grayscale: #8A8A8A. Windows color (decimal): -16660043 or 11913473. OLE color: 11913473.
HSL color Cylindrical-coordinate representation of color #01C9B5: hue angle of 174º 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 #01C9B5 is Cyan = 1.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 181 | - |
| CMYK | 1.00 | 0 | 0.10 | 0.21 |
| HSL | 174º | 0.99% | 0.4% | - |
| HSV(B) | 174º | 1% | 0.79% | - |
| XYZ | 29.24 | 45.12 | 50.88 | - |
| YUV | 138.92 | 151.74 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 181 | 1.00 | 0 | 0.10 | 0.21 | 174 | 0.99 | 0.4 |
| Hex | 1 | C9 | B5 | 64 | 0 | A | 15 | AE | 63 | 28 |
| Octal | 1 | 311 | 265 | 144 | 0 | 12 | 25 | 256 | 143 | 50 |
| Binary | 1 | 11001001 | 10110101 | 1100100 | 0 | 1010 | 10101 | 10101110 | 1100011 | 101000 |
Color Harmonies of #01C9B5
Complementary color
Monochromatic Colors of #01C9B5
Black with #01C9B5
Text Example
Text Example
White with #01C9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C9B5; }
p { color: rgb(1,201,181); }
H1.HeaderClassName
{
color: #01C9B5;
}
.AnyTagClassName
{
color: #01C9B5;
}
</style>
background-color css
<style>
a { background-color: #01C9B5; }
a { background-color: rgb(1,201,181); }
div.DivClassName
{
background-color: #01C9B5;
}
.BgClassName
{
background-color: #01C9B5;
}
</style>
border-color css
<style>
span { border-color: #01C9B5; }
span { border-color: rgb(1,201,181); }
td.TdClassName
{
border-color: #01C9B5;
}
.TagClassName
{
border-color: #01C9B5;
}
</style>