Shades of Robin's Egg Blue #05CDB3
Tints of Robin's Egg Blue #05CDB3
RGB
CMYK
RGB Variations
Color information
#05CDB3 (or 0x05CDB3) is known color: Robin's Egg Blue. HEX triplet: 05, CD and B3. RGB value is (5,205,179). Sum of RGB (Red+Green+Blue) = 5+205+179=389 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #05CDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CDB3 is #FA324C. Grayscale: #8E8E8E. Windows color (decimal): -16396877 or 11783429. OLE color: 11783429.
HSL color Cylindrical-coordinate representation of color #05CDB3: hue angle of 172.2º 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 #05CDB3 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 205 | 179 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.20 |
| HSL | 172.2º | 0.95% | 0.41% | - |
| HSV(B) | 172.2º | 0.98% | 0.8% | - |
| XYZ | 30.03 | 46.95 | 50.13 | - |
| YUV | 142.24 | 148.74 | 30.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 205 | 179 | 0.98 | 0 | 0.13 | 0.20 | 172.2 | 0.95 | 0.41 |
| Hex | 5 | CD | B3 | 62 | 0 | D | 14 | AC | 5F | 29 |
| Octal | 5 | 315 | 263 | 142 | 0 | 15 | 24 | 254 | 137 | 51 |
| Binary | 101 | 11001101 | 10110011 | 1100010 | 0 | 1101 | 10100 | 10101100 | 1011111 | 101001 |
Color Harmonies of #05CDB3
Complementary color
Monochromatic Colors of #05CDB3
Black with #05CDB3
Text Example
Text Example
White with #05CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CDB3; }
p { color: rgb(5,205,179); }
H1.HeaderClassName
{
color: #05CDB3;
}
.AnyTagClassName
{
color: #05CDB3;
}
</style>
background-color css
<style>
a { background-color: #05CDB3; }
a { background-color: rgb(5,205,179); }
div.DivClassName
{
background-color: #05CDB3;
}
.BgClassName
{
background-color: #05CDB3;
}
</style>
border-color css
<style>
span { border-color: #05CDB3; }
span { border-color: rgb(5,205,179); }
td.TdClassName
{
border-color: #05CDB3;
}
.TagClassName
{
border-color: #05CDB3;
}
</style>