Shades of Robin's Egg Blue #07CBB4
Tints of Robin's Egg Blue #07CBB4
RGB
CMYK
RGB Variations
Color information
#07CBB4 (or 0x07CBB4) is known color: Robin's Egg Blue. HEX triplet: 07, CB and B4. RGB value is (7,203,180). Sum of RGB (Red+Green+Blue) = 7+203+180=390 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #07CBB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CBB4 is #F8344B. Grayscale: #8D8D8D. Windows color (decimal): -16266316 or 11848455. OLE color: 11848455.
HSL color Cylindrical-coordinate representation of color #07CBB4: hue angle of 172.96º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CBB4 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 180 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.20 |
| HSL | 172.96º | 0.93% | 0.41% | - |
| HSV(B) | 172.96º | 0.97% | 0.8% | - |
| XYZ | 29.68 | 46.05 | 50.5 | - |
| YUV | 141.77 | 149.57 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 180 | 0.97 | 0 | 0.11 | 0.20 | 172.96 | 0.93 | 0.41 |
| Hex | 7 | CB | B4 | 61 | 0 | B | 14 | AD | 5D | 29 |
| Octal | 7 | 313 | 264 | 141 | 0 | 13 | 24 | 255 | 135 | 51 |
| Binary | 111 | 11001011 | 10110100 | 1100001 | 0 | 1011 | 10100 | 10101101 | 1011101 | 101001 |
Color Harmonies of #07CBB4
Complementary color
Monochromatic Colors of #07CBB4
Black with #07CBB4
Text Example
Text Example
White with #07CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CBB4; }
p { color: rgb(7,203,180); }
H1.HeaderClassName
{
color: #07CBB4;
}
.AnyTagClassName
{
color: #07CBB4;
}
</style>
background-color css
<style>
a { background-color: #07CBB4; }
a { background-color: rgb(7,203,180); }
div.DivClassName
{
background-color: #07CBB4;
}
.BgClassName
{
background-color: #07CBB4;
}
</style>
border-color css
<style>
span { border-color: #07CBB4; }
span { border-color: rgb(7,203,180); }
td.TdClassName
{
border-color: #07CBB4;
}
.TagClassName
{
border-color: #07CBB4;
}
</style>