Shades of Robin's Egg Blue #0FCFBA
Tints of Robin's Egg Blue #0FCFBA
RGB
CMYK
RGB Variations
Color information
#0FCFBA (or 0x0FCFBA) is known color: Robin's Egg Blue. HEX triplet: 0F, CF and BA. RGB value is (15,207,186). Sum of RGB (Red+Green+Blue) = 15+207+186=408 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.68% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFBA is #F03045. Grayscale: #939393. Windows color (decimal): -15740998 or 12242703. OLE color: 12242703.
HSL color Cylindrical-coordinate representation of color #0FCFBA: hue angle of 173.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCFBA is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 186 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.19 |
| HSL | 173.44º | 0.86% | 0.44% | - |
| HSV(B) | 173.44º | 0.93% | 0.81% | - |
| XYZ | 31.37 | 48.27 | 54.12 | - |
| YUV | 147.2 | 149.89 | 33.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 186 | 0.93 | 0 | 0.10 | 0.19 | 173.44 | 0.86 | 0.44 |
| Hex | F | CF | BA | 5D | 0 | A | 13 | AD | 56 | 2C |
| Octal | 17 | 317 | 272 | 135 | 0 | 12 | 23 | 255 | 126 | 54 |
| Binary | 1111 | 11001111 | 10111010 | 1011101 | 0 | 1010 | 10011 | 10101101 | 1010110 | 101100 |
Color Harmonies of #0FCFBA
Complementary color
Monochromatic Colors of #0FCFBA
Black with #0FCFBA
Text Example
Text Example
White with #0FCFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFBA; }
p { color: rgb(15,207,186); }
H1.HeaderClassName
{
color: #0FCFBA;
}
.AnyTagClassName
{
color: #0FCFBA;
}
</style>
background-color css
<style>
a { background-color: #0FCFBA; }
a { background-color: rgb(15,207,186); }
div.DivClassName
{
background-color: #0FCFBA;
}
.BgClassName
{
background-color: #0FCFBA;
}
</style>
border-color css
<style>
span { border-color: #0FCFBA; }
span { border-color: rgb(15,207,186); }
td.TdClassName
{
border-color: #0FCFBA;
}
.TagClassName
{
border-color: #0FCFBA;
}
</style>