Shades of Robin's Egg Blue #0AD7BC
Tints of Robin's Egg Blue #0AD7BC
RGB
CMYK
RGB Variations
Color information
#0AD7BC (or 0x0AD7BC) is known color: Robin's Egg Blue. HEX triplet: 0A, D7 and BC. RGB value is (10,215,188). Sum of RGB (Red+Green+Blue) = 10+215+188=413 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.42% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD7BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD7BC is #F52843. Grayscale: #969696. Windows color (decimal): -16066628 or 12375818. OLE color: 12375818.
HSL color Cylindrical-coordinate representation of color #0AD7BC: hue angle of 172.1º 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 #0AD7BC is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 188 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.16 |
| HSL | 172.1º | 0.91% | 0.44% | - |
| HSV(B) | 172.1º | 0.95% | 0.84% | - |
| XYZ | 33.5 | 52.3 | 55.91 | - |
| YUV | 150.63 | 149.08 | 27.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 188 | 0.95 | 0 | 0.13 | 0.16 | 172.1 | 0.91 | 0.44 |
| Hex | A | D7 | BC | 5F | 0 | D | 10 | AC | 5B | 2C |
| Octal | 12 | 327 | 274 | 137 | 0 | 15 | 20 | 254 | 133 | 54 |
| Binary | 1010 | 11010111 | 10111100 | 1011111 | 0 | 1101 | 10000 | 10101100 | 1011011 | 101100 |
Color Harmonies of #0AD7BC
Complementary color
Monochromatic Colors of #0AD7BC
Black with #0AD7BC
Text Example
Text Example
White with #0AD7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD7BC; }
p { color: rgb(10,215,188); }
H1.HeaderClassName
{
color: #0AD7BC;
}
.AnyTagClassName
{
color: #0AD7BC;
}
</style>
background-color css
<style>
a { background-color: #0AD7BC; }
a { background-color: rgb(10,215,188); }
div.DivClassName
{
background-color: #0AD7BC;
}
.BgClassName
{
background-color: #0AD7BC;
}
</style>
border-color css
<style>
span { border-color: #0AD7BC; }
span { border-color: rgb(10,215,188); }
td.TdClassName
{
border-color: #0AD7BC;
}
.TagClassName
{
border-color: #0AD7BC;
}
</style>