Shades of Robin's Egg Blue #05CBC1
Tints of Robin's Egg Blue #05CBC1
RGB
CMYK
RGB Variations
Color information
#05CBC1 (or 0x05CBC1) is known color: Robin's Egg Blue. HEX triplet: 05, CB and C1. RGB value is (5,203,193). Sum of RGB (Red+Green+Blue) = 5+203+193=401 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #05CBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CBC1 is #FA343E. Grayscale: #8E8E8E. Windows color (decimal): -16397375 or 12700421. OLE color: 12700421.
HSL color Cylindrical-coordinate representation of color #05CBC1: hue angle of 176.97º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CBC1 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 203 | 193 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.20 |
| HSL | 176.97º | 0.95% | 0.41% | - |
| HSV(B) | 176.97º | 0.98% | 0.8% | - |
| XYZ | 31.04 | 46.59 | 57.81 | - |
| YUV | 142.66 | 156.4 | 29.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 193 | 0.98 | 0 | 0.05 | 0.20 | 176.97 | 0.95 | 0.41 |
| Hex | 5 | CB | C1 | 62 | 0 | 5 | 14 | B1 | 5F | 29 |
| Octal | 5 | 313 | 301 | 142 | 0 | 5 | 24 | 261 | 137 | 51 |
| Binary | 101 | 11001011 | 11000001 | 1100010 | 0 | 101 | 10100 | 10110001 | 1011111 | 101001 |
Color Harmonies of #05CBC1
Complementary color
Monochromatic Colors of #05CBC1
Black with #05CBC1
Text Example
Text Example
White with #05CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CBC1; }
p { color: rgb(5,203,193); }
H1.HeaderClassName
{
color: #05CBC1;
}
.AnyTagClassName
{
color: #05CBC1;
}
</style>
background-color css
<style>
a { background-color: #05CBC1; }
a { background-color: rgb(5,203,193); }
div.DivClassName
{
background-color: #05CBC1;
}
.BgClassName
{
background-color: #05CBC1;
}
</style>
border-color css
<style>
span { border-color: #05CBC1; }
span { border-color: rgb(5,203,193); }
td.TdClassName
{
border-color: #05CBC1;
}
.TagClassName
{
border-color: #05CBC1;
}
</style>