Shades of Robin's Egg Blue #07D0CC
Tints of Robin's Egg Blue #07D0CC
RGB
CMYK
RGB Variations
Color information
#07D0CC (or 0x07D0CC) is known color: Robin's Egg Blue. HEX triplet: 07, D0 and CC. RGB value is (7,208,204). Sum of RGB (Red+Green+Blue) = 7+208+204=419 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #07D0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D0CC is #F82F33. Grayscale: #939393. Windows color (decimal): -16265012 or 13422599. OLE color: 13422599.
HSL color Cylindrical-coordinate representation of color #07D0CC: hue angle of 178.81º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D0CC is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 208 | 204 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.18 |
| HSL | 178.81º | 0.93% | 0.42% | - |
| HSV(B) | 178.81º | 0.97% | 0.82% | - |
| XYZ | 33.54 | 49.52 | 64.92 | - |
| YUV | 147.45 | 159.91 | 27.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 208 | 204 | 0.97 | 0 | 0.02 | 0.18 | 178.81 | 0.93 | 0.42 |
| Hex | 7 | D0 | CC | 61 | 0 | 2 | 12 | B3 | 5D | 2A |
| Octal | 7 | 320 | 314 | 141 | 0 | 2 | 22 | 263 | 135 | 52 |
| Binary | 111 | 11010000 | 11001100 | 1100001 | 0 | 10 | 10010 | 10110011 | 1011101 | 101010 |
Color Harmonies of #07D0CC
Complementary color
Monochromatic Colors of #07D0CC
Black with #07D0CC
Text Example
Text Example
White with #07D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D0CC; }
p { color: rgb(7,208,204); }
H1.HeaderClassName
{
color: #07D0CC;
}
.AnyTagClassName
{
color: #07D0CC;
}
</style>
background-color css
<style>
a { background-color: #07D0CC; }
a { background-color: rgb(7,208,204); }
div.DivClassName
{
background-color: #07D0CC;
}
.BgClassName
{
background-color: #07D0CC;
}
</style>
border-color css
<style>
span { border-color: #07D0CC; }
span { border-color: rgb(7,208,204); }
td.TdClassName
{
border-color: #07D0CC;
}
.TagClassName
{
border-color: #07D0CC;
}
</style>