Shades of Robin's Egg Blue #05C1CE
Tints of Robin's Egg Blue #05C1CE
RGB
CMYK
RGB Variations
Color information
#05C1CE (or 0x05C1CE) is known color: Robin's Egg Blue. HEX triplet: 05, C1 and CE. RGB value is (5,193,206). Sum of RGB (Red+Green+Blue) = 5+193+206=404 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #05C1CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C1CE is #FA3E31. Grayscale: #8A8A8A. Windows color (decimal): -16399922 or 13549829. OLE color: 13549829.
HSL color Cylindrical-coordinate representation of color #05C1CE: hue angle of 183.88º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C1CE is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 193 | 206 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.19 |
| HSL | 183.88º | 0.95% | 0.41% | - |
| HSV(B) | 183.88º | 0.98% | 0.81% | - |
| XYZ | 30.27 | 42.63 | 65.03 | - |
| YUV | 138.27 | 166.22 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 193 | 206 | 0.98 | 0.06 | 0 | 0.19 | 183.88 | 0.95 | 0.41 |
| Hex | 5 | C1 | CE | 62 | 6 | 0 | 13 | B8 | 5F | 29 |
| Octal | 5 | 301 | 316 | 142 | 6 | 0 | 23 | 270 | 137 | 51 |
| Binary | 101 | 11000001 | 11001110 | 1100010 | 110 | 0 | 10011 | 10111000 | 1011111 | 101001 |
Color Harmonies of #05C1CE
Complementary color
Monochromatic Colors of #05C1CE
Black with #05C1CE
Text Example
Text Example
White with #05C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C1CE; }
p { color: rgb(5,193,206); }
H1.HeaderClassName
{
color: #05C1CE;
}
.AnyTagClassName
{
color: #05C1CE;
}
</style>
background-color css
<style>
a { background-color: #05C1CE; }
a { background-color: rgb(5,193,206); }
div.DivClassName
{
background-color: #05C1CE;
}
.BgClassName
{
background-color: #05C1CE;
}
</style>
border-color css
<style>
span { border-color: #05C1CE; }
span { border-color: rgb(5,193,206); }
td.TdClassName
{
border-color: #05C1CE;
}
.TagClassName
{
border-color: #05C1CE;
}
</style>