Shades of Robin's Egg Blue #0AD8C7
Tints of Robin's Egg Blue #0AD8C7
RGB
CMYK
RGB Variations
Color information
#0AD8C7 (or 0x0AD8C7) is known color: Robin's Egg Blue. HEX triplet: 0A, D8 and C7. RGB value is (10,216,199). Sum of RGB (Red+Green+Blue) = 10+216+199=425 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.35% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD8C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD8C7 is #F52738. Grayscale: #989898. Windows color (decimal): -16066361 or 13096970. OLE color: 13096970.
HSL color Cylindrical-coordinate representation of color #0AD8C7: hue angle of 175.05º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD8C7 is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 199 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.15 |
| HSL | 175.05º | 0.91% | 0.44% | - |
| HSV(B) | 175.05º | 0.95% | 0.85% | - |
| XYZ | 34.99 | 53.3 | 62.48 | - |
| YUV | 152.47 | 154.25 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 199 | 0.95 | 0 | 0.08 | 0.15 | 175.05 | 0.91 | 0.44 |
| Hex | A | D8 | C7 | 5F | 0 | 8 | F | AF | 5B | 2C |
| Octal | 12 | 330 | 307 | 137 | 0 | 10 | 17 | 257 | 133 | 54 |
| Binary | 1010 | 11011000 | 11000111 | 1011111 | 0 | 1000 | 1111 | 10101111 | 1011011 | 101100 |
Color Harmonies of #0AD8C7
Complementary color
Monochromatic Colors of #0AD8C7
Black with #0AD8C7
Text Example
Text Example
White with #0AD8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD8C7; }
p { color: rgb(10,216,199); }
H1.HeaderClassName
{
color: #0AD8C7;
}
.AnyTagClassName
{
color: #0AD8C7;
}
</style>
background-color css
<style>
a { background-color: #0AD8C7; }
a { background-color: rgb(10,216,199); }
div.DivClassName
{
background-color: #0AD8C7;
}
.BgClassName
{
background-color: #0AD8C7;
}
</style>
border-color css
<style>
span { border-color: #0AD8C7; }
span { border-color: rgb(10,216,199); }
td.TdClassName
{
border-color: #0AD8C7;
}
.TagClassName
{
border-color: #0AD8C7;
}
</style>