Shades of Robin's Egg Blue #06D0CC
Tints of Robin's Egg Blue #06D0CC
RGB
CMYK
RGB Variations
Color information
#06D0CC (or 0x06D0CC) is known color: Robin's Egg Blue. HEX triplet: 06, D0 and CC. RGB value is (6,208,204). Sum of RGB (Red+Green+Blue) = 6+208+204=418 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #06D0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D0CC is #F92F33. Grayscale: #929292. Windows color (decimal): -16330548 or 13422598. OLE color: 13422598.
HSL color Cylindrical-coordinate representation of color #06D0CC: hue angle of 178.81º degrees, saturation: 0.94, 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 #06D0CC is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 208 | 204 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.18 |
| HSL | 178.81º | 0.94% | 0.42% | - |
| HSV(B) | 178.81º | 0.97% | 0.82% | - |
| XYZ | 33.53 | 49.51 | 64.92 | - |
| YUV | 147.15 | 160.08 | 27.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 208 | 204 | 0.97 | 0 | 0.02 | 0.18 | 178.81 | 0.94 | 0.42 |
| Hex | 6 | D0 | CC | 61 | 0 | 2 | 12 | B3 | 5E | 2A |
| Octal | 6 | 320 | 314 | 141 | 0 | 2 | 22 | 263 | 136 | 52 |
| Binary | 110 | 11010000 | 11001100 | 1100001 | 0 | 10 | 10010 | 10110011 | 1011110 | 101010 |
Color Harmonies of #06D0CC
Complementary color
Monochromatic Colors of #06D0CC
Black with #06D0CC
Text Example
Text Example
White with #06D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D0CC; }
p { color: rgb(6,208,204); }
H1.HeaderClassName
{
color: #06D0CC;
}
.AnyTagClassName
{
color: #06D0CC;
}
</style>
background-color css
<style>
a { background-color: #06D0CC; }
a { background-color: rgb(6,208,204); }
div.DivClassName
{
background-color: #06D0CC;
}
.BgClassName
{
background-color: #06D0CC;
}
</style>
border-color css
<style>
span { border-color: #06D0CC; }
span { border-color: rgb(6,208,204); }
td.TdClassName
{
border-color: #06D0CC;
}
.TagClassName
{
border-color: #06D0CC;
}
</style>