Shades of Robin's Egg Blue #06CDB3
Tints of Robin's Egg Blue #06CDB3
RGB
CMYK
RGB Variations
Color information
#06CDB3 (or 0x06CDB3) is known color: Robin's Egg Blue. HEX triplet: 06, CD and B3. RGB value is (6,205,179). Sum of RGB (Red+Green+Blue) = 6+205+179=390 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #06CDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CDB3 is #F9324C. Grayscale: #8E8E8E. Windows color (decimal): -16331341 or 11783430. OLE color: 11783430.
HSL color Cylindrical-coordinate representation of color #06CDB3: hue angle of 172.16º degrees, saturation: 0.94, 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 #06CDB3 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 205 | 179 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.20 |
| HSL | 172.16º | 0.94% | 0.41% | - |
| HSV(B) | 172.16º | 0.97% | 0.8% | - |
| XYZ | 30.04 | 46.96 | 50.13 | - |
| YUV | 142.54 | 148.57 | 30.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 205 | 179 | 0.97 | 0 | 0.13 | 0.20 | 172.16 | 0.94 | 0.41 |
| Hex | 6 | CD | B3 | 61 | 0 | D | 14 | AC | 5E | 29 |
| Octal | 6 | 315 | 263 | 141 | 0 | 15 | 24 | 254 | 136 | 51 |
| Binary | 110 | 11001101 | 10110011 | 1100001 | 0 | 1101 | 10100 | 10101100 | 1011110 | 101001 |
Color Harmonies of #06CDB3
Complementary color
Monochromatic Colors of #06CDB3
Black with #06CDB3
Text Example
Text Example
White with #06CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CDB3; }
p { color: rgb(6,205,179); }
H1.HeaderClassName
{
color: #06CDB3;
}
.AnyTagClassName
{
color: #06CDB3;
}
</style>
background-color css
<style>
a { background-color: #06CDB3; }
a { background-color: rgb(6,205,179); }
div.DivClassName
{
background-color: #06CDB3;
}
.BgClassName
{
background-color: #06CDB3;
}
</style>
border-color css
<style>
span { border-color: #06CDB3; }
span { border-color: rgb(6,205,179); }
td.TdClassName
{
border-color: #06CDB3;
}
.TagClassName
{
border-color: #06CDB3;
}
</style>