Shades of Robin's Egg Blue #0FD5BA
Tints of Robin's Egg Blue #0FD5BA
RGB
CMYK
RGB Variations
Color information
#0FD5BA (or 0x0FD5BA) is known color: Robin's Egg Blue. HEX triplet: 0F, D5 and BA. RGB value is (15,213,186). Sum of RGB (Red+Green+Blue) = 15+213+186=414 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.62% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD5BA is #F02A45. Grayscale: #969696. Windows color (decimal): -15739462 or 12244239. OLE color: 12244239.
HSL color Cylindrical-coordinate representation of color #0FD5BA: hue angle of 171.82º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD5BA is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 186 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.16 |
| HSL | 171.82º | 0.87% | 0.45% | - |
| HSV(B) | 171.82º | 0.93% | 0.84% | - |
| XYZ | 32.85 | 51.24 | 54.61 | - |
| YUV | 150.72 | 147.9 | 31.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 186 | 0.93 | 0 | 0.13 | 0.16 | 171.82 | 0.87 | 0.45 |
| Hex | F | D5 | BA | 5D | 0 | D | 10 | AC | 57 | 2D |
| Octal | 17 | 325 | 272 | 135 | 0 | 15 | 20 | 254 | 127 | 55 |
| Binary | 1111 | 11010101 | 10111010 | 1011101 | 0 | 1101 | 10000 | 10101100 | 1010111 | 101101 |
Color Harmonies of #0FD5BA
Complementary color
Monochromatic Colors of #0FD5BA
Black with #0FD5BA
Text Example
Text Example
White with #0FD5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD5BA; }
p { color: rgb(15,213,186); }
H1.HeaderClassName
{
color: #0FD5BA;
}
.AnyTagClassName
{
color: #0FD5BA;
}
</style>
background-color css
<style>
a { background-color: #0FD5BA; }
a { background-color: rgb(15,213,186); }
div.DivClassName
{
background-color: #0FD5BA;
}
.BgClassName
{
background-color: #0FD5BA;
}
</style>
border-color css
<style>
span { border-color: #0FD5BA; }
span { border-color: rgb(15,213,186); }
td.TdClassName
{
border-color: #0FD5BA;
}
.TagClassName
{
border-color: #0FD5BA;
}
</style>