Shades of Robin's Egg Blue #0AD6BC
Tints of Robin's Egg Blue #0AD6BC
RGB
CMYK
RGB Variations
Color information
#0AD6BC (or 0x0AD6BC) is known color: Robin's Egg Blue. HEX triplet: 0A, D6 and BC. RGB value is (10,214,188). Sum of RGB (Red+Green+Blue) = 10+214+188=412 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD6BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD6BC is #F52943. Grayscale: #959595. Windows color (decimal): -16066884 or 12375562. OLE color: 12375562.
HSL color Cylindrical-coordinate representation of color #0AD6BC: hue angle of 172.35º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD6BC is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 188 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.16 |
| HSL | 172.35º | 0.91% | 0.44% | - |
| HSV(B) | 172.35º | 0.95% | 0.84% | - |
| XYZ | 33.25 | 51.79 | 55.82 | - |
| YUV | 150.04 | 149.41 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 188 | 0.95 | 0 | 0.12 | 0.16 | 172.35 | 0.91 | 0.44 |
| Hex | A | D6 | BC | 5F | 0 | C | 10 | AC | 5B | 2C |
| Octal | 12 | 326 | 274 | 137 | 0 | 14 | 20 | 254 | 133 | 54 |
| Binary | 1010 | 11010110 | 10111100 | 1011111 | 0 | 1100 | 10000 | 10101100 | 1011011 | 101100 |
Color Harmonies of #0AD6BC
Complementary color
Monochromatic Colors of #0AD6BC
Black with #0AD6BC
Text Example
Text Example
White with #0AD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD6BC; }
p { color: rgb(10,214,188); }
H1.HeaderClassName
{
color: #0AD6BC;
}
.AnyTagClassName
{
color: #0AD6BC;
}
</style>
background-color css
<style>
a { background-color: #0AD6BC; }
a { background-color: rgb(10,214,188); }
div.DivClassName
{
background-color: #0AD6BC;
}
.BgClassName
{
background-color: #0AD6BC;
}
</style>
border-color css
<style>
span { border-color: #0AD6BC; }
span { border-color: rgb(10,214,188); }
td.TdClassName
{
border-color: #0AD6BC;
}
.TagClassName
{
border-color: #0AD6BC;
}
</style>