Shades of Robin's Egg Blue #0AD5BF
Tints of Robin's Egg Blue #0AD5BF
RGB
CMYK
RGB Variations
Color information
#0AD5BF (or 0x0AD5BF) is known color: Robin's Egg Blue. HEX triplet: 0A, D5 and BF. RGB value is (10,213,191). Sum of RGB (Red+Green+Blue) = 10+213+191=414 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.42% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD5BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD5BF is #F52A40. Grayscale: #959595. Windows color (decimal): -16067137 or 12571914. OLE color: 12571914.
HSL color Cylindrical-coordinate representation of color #0AD5BF: hue angle of 173.5º 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 #0AD5BF is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 191 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.16 |
| HSL | 173.5º | 0.91% | 0.44% | - |
| HSV(B) | 173.5º | 0.95% | 0.84% | - |
| XYZ | 33.32 | 51.41 | 57.46 | - |
| YUV | 149.8 | 151.25 | 28.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 191 | 0.95 | 0 | 0.10 | 0.16 | 173.5 | 0.91 | 0.44 |
| Hex | A | D5 | BF | 5F | 0 | A | 10 | AD | 5B | 2C |
| Octal | 12 | 325 | 277 | 137 | 0 | 12 | 20 | 255 | 133 | 54 |
| Binary | 1010 | 11010101 | 10111111 | 1011111 | 0 | 1010 | 10000 | 10101101 | 1011011 | 101100 |
Color Harmonies of #0AD5BF
Complementary color
Monochromatic Colors of #0AD5BF
Black with #0AD5BF
Text Example
Text Example
White with #0AD5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD5BF; }
p { color: rgb(10,213,191); }
H1.HeaderClassName
{
color: #0AD5BF;
}
.AnyTagClassName
{
color: #0AD5BF;
}
</style>
background-color css
<style>
a { background-color: #0AD5BF; }
a { background-color: rgb(10,213,191); }
div.DivClassName
{
background-color: #0AD5BF;
}
.BgClassName
{
background-color: #0AD5BF;
}
</style>
border-color css
<style>
span { border-color: #0AD5BF; }
span { border-color: rgb(10,213,191); }
td.TdClassName
{
border-color: #0AD5BF;
}
.TagClassName
{
border-color: #0AD5BF;
}
</style>