Shades of Robin's Egg Blue #01C5CF
Tints of Robin's Egg Blue #01C5CF
RGB
CMYK
RGB Variations
Color information
#01C5CF (or 0x01C5CF) is known color: Robin's Egg Blue. HEX triplet: 01, C5 and CF. RGB value is (1,197,207). Sum of RGB (Red+Green+Blue) = 1+197+207=405 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #01C5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C5CF is #FE3A30. Grayscale: #8B8B8B. Windows color (decimal): -16661041 or 13616385. OLE color: 13616385.
HSL color Cylindrical-coordinate representation of color #01C5CF: hue angle of 182.91º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C5CF is Cyan = 1.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 197 | 207 | - |
| CMYK | 1.00 | 0.05 | 0 | 0.19 |
| HSL | 182.91º | 0.99% | 0.41% | - |
| HSV(B) | 182.91º | 1% | 0.81% | - |
| XYZ | 31.24 | 44.44 | 65.96 | - |
| YUV | 139.54 | 166.07 | 29.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 207 | 1.00 | 0.05 | 0 | 0.19 | 182.91 | 0.99 | 0.41 |
| Hex | 1 | C5 | CF | 64 | 5 | 0 | 13 | B7 | 63 | 29 |
| Octal | 1 | 305 | 317 | 144 | 5 | 0 | 23 | 267 | 143 | 51 |
| Binary | 1 | 11000101 | 11001111 | 1100100 | 101 | 0 | 10011 | 10110111 | 1100011 | 101001 |
Color Harmonies of #01C5CF
Complementary color
Monochromatic Colors of #01C5CF
Black with #01C5CF
Text Example
Text Example
White with #01C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C5CF; }
p { color: rgb(1,197,207); }
H1.HeaderClassName
{
color: #01C5CF;
}
.AnyTagClassName
{
color: #01C5CF;
}
</style>
background-color css
<style>
a { background-color: #01C5CF; }
a { background-color: rgb(1,197,207); }
div.DivClassName
{
background-color: #01C5CF;
}
.BgClassName
{
background-color: #01C5CF;
}
</style>
border-color css
<style>
span { border-color: #01C5CF; }
span { border-color: rgb(1,197,207); }
td.TdClassName
{
border-color: #01C5CF;
}
.TagClassName
{
border-color: #01C5CF;
}
</style>