Shades of Robin's Egg Blue #07CDBC
Tints of Robin's Egg Blue #07CDBC
RGB
CMYK
RGB Variations
Color information
#07CDBC (or 0x07CDBC) is known color: Robin's Egg Blue. HEX triplet: 07, CD and BC. RGB value is (7,205,188). Sum of RGB (Red+Green+Blue) = 7+205+188=400 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #07CDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CDBC is #F83243. Grayscale: #8F8F8F. Windows color (decimal): -16265796 or 12373255. OLE color: 12373255.
HSL color Cylindrical-coordinate representation of color #07CDBC: hue angle of 174.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CDBC is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 205 | 188 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.20 |
| HSL | 174.85º | 0.93% | 0.42% | - |
| HSV(B) | 174.85º | 0.97% | 0.8% | - |
| XYZ | 31 | 47.34 | 55.08 | - |
| YUV | 143.86 | 152.9 | 30.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 205 | 188 | 0.97 | 0 | 0.08 | 0.20 | 174.85 | 0.93 | 0.42 |
| Hex | 7 | CD | BC | 61 | 0 | 8 | 14 | AF | 5D | 2A |
| Octal | 7 | 315 | 274 | 141 | 0 | 10 | 24 | 257 | 135 | 52 |
| Binary | 111 | 11001101 | 10111100 | 1100001 | 0 | 1000 | 10100 | 10101111 | 1011101 | 101010 |
Color Harmonies of #07CDBC
Complementary color
Monochromatic Colors of #07CDBC
Black with #07CDBC
Text Example
Text Example
White with #07CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CDBC; }
p { color: rgb(7,205,188); }
H1.HeaderClassName
{
color: #07CDBC;
}
.AnyTagClassName
{
color: #07CDBC;
}
</style>
background-color css
<style>
a { background-color: #07CDBC; }
a { background-color: rgb(7,205,188); }
div.DivClassName
{
background-color: #07CDBC;
}
.BgClassName
{
background-color: #07CDBC;
}
</style>
border-color css
<style>
span { border-color: #07CDBC; }
span { border-color: rgb(7,205,188); }
td.TdClassName
{
border-color: #07CDBC;
}
.TagClassName
{
border-color: #07CDBC;
}
</style>