Shades of Robin's Egg Blue #05C1CB
Tints of Robin's Egg Blue #05C1CB
RGB
CMYK
RGB Variations
Color information
#05C1CB (or 0x05C1CB) is known color: Robin's Egg Blue. HEX triplet: 05, C1 and CB. RGB value is (5,193,203). Sum of RGB (Red+Green+Blue) = 5+193+203=401 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #05C1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C1CB is #FA3E34. Grayscale: #898989. Windows color (decimal): -16399925 or 13353221. OLE color: 13353221.
HSL color Cylindrical-coordinate representation of color #05C1CB: hue angle of 183.03º 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 #05C1CB is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 193 | 203 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.20 |
| HSL | 183.03º | 0.95% | 0.41% | - |
| HSV(B) | 183.03º | 0.98% | 0.8% | - |
| XYZ | 29.91 | 42.48 | 63.12 | - |
| YUV | 137.93 | 164.72 | 33.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 193 | 203 | 0.98 | 0.05 | 0 | 0.20 | 183.03 | 0.95 | 0.41 |
| Hex | 5 | C1 | CB | 62 | 5 | 0 | 14 | B7 | 5F | 29 |
| Octal | 5 | 301 | 313 | 142 | 5 | 0 | 24 | 267 | 137 | 51 |
| Binary | 101 | 11000001 | 11001011 | 1100010 | 101 | 0 | 10100 | 10110111 | 1011111 | 101001 |
Color Harmonies of #05C1CB
Complementary color
Monochromatic Colors of #05C1CB
Black with #05C1CB
Text Example
Text Example
White with #05C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C1CB; }
p { color: rgb(5,193,203); }
H1.HeaderClassName
{
color: #05C1CB;
}
.AnyTagClassName
{
color: #05C1CB;
}
</style>
background-color css
<style>
a { background-color: #05C1CB; }
a { background-color: rgb(5,193,203); }
div.DivClassName
{
background-color: #05C1CB;
}
.BgClassName
{
background-color: #05C1CB;
}
</style>
border-color css
<style>
span { border-color: #05C1CB; }
span { border-color: rgb(5,193,203); }
td.TdClassName
{
border-color: #05C1CB;
}
.TagClassName
{
border-color: #05C1CB;
}
</style>