Shades of Robin's Egg Blue #0AD1C7
Tints of Robin's Egg Blue #0AD1C7
RGB
CMYK
RGB Variations
Color information
#0AD1C7 (or 0x0AD1C7) is known color: Robin's Egg Blue. HEX triplet: 0A, D1 and C7. RGB value is (10,209,199). Sum of RGB (Red+Green+Blue) = 10+209+199=418 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 199 (78.12% from 255 or 47.61% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD1C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD1C7 is #F52E38. Grayscale: #949494. Windows color (decimal): -16068153 or 13095178. OLE color: 13095178.
HSL color Cylindrical-coordinate representation of color #0AD1C7: hue angle of 176.98º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD1C7 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 209 | 199 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.18 |
| HSL | 176.98º | 0.91% | 0.43% | - |
| HSV(B) | 176.98º | 0.95% | 0.82% | - |
| XYZ | 33.23 | 49.79 | 61.89 | - |
| YUV | 148.36 | 156.57 | 29.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 209 | 199 | 0.95 | 0 | 0.05 | 0.18 | 176.98 | 0.91 | 0.43 |
| Hex | A | D1 | C7 | 5F | 0 | 5 | 12 | B1 | 5B | 2B |
| Octal | 12 | 321 | 307 | 137 | 0 | 5 | 22 | 261 | 133 | 53 |
| Binary | 1010 | 11010001 | 11000111 | 1011111 | 0 | 101 | 10010 | 10110001 | 1011011 | 101011 |
Color Harmonies of #0AD1C7
Complementary color
Monochromatic Colors of #0AD1C7
Black with #0AD1C7
Text Example
Text Example
White with #0AD1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD1C7; }
p { color: rgb(10,209,199); }
H1.HeaderClassName
{
color: #0AD1C7;
}
.AnyTagClassName
{
color: #0AD1C7;
}
</style>
background-color css
<style>
a { background-color: #0AD1C7; }
a { background-color: rgb(10,209,199); }
div.DivClassName
{
background-color: #0AD1C7;
}
.BgClassName
{
background-color: #0AD1C7;
}
</style>
border-color css
<style>
span { border-color: #0AD1C7; }
span { border-color: rgb(10,209,199); }
td.TdClassName
{
border-color: #0AD1C7;
}
.TagClassName
{
border-color: #0AD1C7;
}
</style>