Shades of Robin's Egg Blue #0AD9C2
Tints of Robin's Egg Blue #0AD9C2
RGB
CMYK
RGB Variations
Color information
#0AD9C2 (or 0x0AD9C2) is known color: Robin's Egg Blue. HEX triplet: 0A, D9 and C2. RGB value is (10,217,194). Sum of RGB (Red+Green+Blue) = 10+217+194=421 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD9C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD9C2 is #F5263D. Grayscale: #989898. Windows color (decimal): -16066110 or 12769546. OLE color: 12769546.
HSL color Cylindrical-coordinate representation of color #0AD9C2: hue angle of 173.33º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD9C2 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 194 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.15 |
| HSL | 173.33º | 0.91% | 0.45% | - |
| HSV(B) | 173.33º | 0.95% | 0.85% | - |
| XYZ | 34.68 | 53.59 | 59.55 | - |
| YUV | 152.49 | 151.42 | 26.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 194 | 0.95 | 0 | 0.11 | 0.15 | 173.33 | 0.91 | 0.45 |
| Hex | A | D9 | C2 | 5F | 0 | B | F | AD | 5B | 2D |
| Octal | 12 | 331 | 302 | 137 | 0 | 13 | 17 | 255 | 133 | 55 |
| Binary | 1010 | 11011001 | 11000010 | 1011111 | 0 | 1011 | 1111 | 10101101 | 1011011 | 101101 |
Color Harmonies of #0AD9C2
Complementary color
Monochromatic Colors of #0AD9C2
Black with #0AD9C2
Text Example
Text Example
White with #0AD9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD9C2; }
p { color: rgb(10,217,194); }
H1.HeaderClassName
{
color: #0AD9C2;
}
.AnyTagClassName
{
color: #0AD9C2;
}
</style>
background-color css
<style>
a { background-color: #0AD9C2; }
a { background-color: rgb(10,217,194); }
div.DivClassName
{
background-color: #0AD9C2;
}
.BgClassName
{
background-color: #0AD9C2;
}
</style>
border-color css
<style>
span { border-color: #0AD9C2; }
span { border-color: rgb(10,217,194); }
td.TdClassName
{
border-color: #0AD9C2;
}
.TagClassName
{
border-color: #0AD9C2;
}
</style>