Shades of Robin's Egg Blue #05CBB4
Tints of Robin's Egg Blue #05CBB4
RGB
CMYK
RGB Variations
Color information
#05CBB4 (or 0x05CBB4) is known color: Robin's Egg Blue. HEX triplet: 05, CB and B4. RGB value is (5,203,180). Sum of RGB (Red+Green+Blue) = 5+203+180=388 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #05CBB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CBB4 is #FA344B. Grayscale: #8D8D8D. Windows color (decimal): -16397388 or 11848453. OLE color: 11848453.
HSL color Cylindrical-coordinate representation of color #05CBB4: hue angle of 173.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 #05CBB4 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 203 | 180 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.20 |
| HSL | 173.03º | 0.95% | 0.41% | - |
| HSV(B) | 173.03º | 0.98% | 0.8% | - |
| XYZ | 29.66 | 46.04 | 50.5 | - |
| YUV | 141.18 | 149.9 | 30.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 180 | 0.98 | 0 | 0.11 | 0.20 | 173.03 | 0.95 | 0.41 |
| Hex | 5 | CB | B4 | 62 | 0 | B | 14 | AD | 5F | 29 |
| Octal | 5 | 313 | 264 | 142 | 0 | 13 | 24 | 255 | 137 | 51 |
| Binary | 101 | 11001011 | 10110100 | 1100010 | 0 | 1011 | 10100 | 10101101 | 1011111 | 101001 |
Color Harmonies of #05CBB4
Complementary color
Monochromatic Colors of #05CBB4
Black with #05CBB4
Text Example
Text Example
White with #05CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CBB4; }
p { color: rgb(5,203,180); }
H1.HeaderClassName
{
color: #05CBB4;
}
.AnyTagClassName
{
color: #05CBB4;
}
</style>
background-color css
<style>
a { background-color: #05CBB4; }
a { background-color: rgb(5,203,180); }
div.DivClassName
{
background-color: #05CBB4;
}
.BgClassName
{
background-color: #05CBB4;
}
</style>
border-color css
<style>
span { border-color: #05CBB4; }
span { border-color: rgb(5,203,180); }
td.TdClassName
{
border-color: #05CBB4;
}
.TagClassName
{
border-color: #05CBB4;
}
</style>