Shades of Robin's Egg Blue #0FCFB7
Tints of Robin's Egg Blue #0FCFB7
RGB
CMYK
RGB Variations
Color information
#0FCFB7 (or 0x0FCFB7) is known color: Robin's Egg Blue. HEX triplet: 0F, CF and B7. RGB value is (15,207,183). Sum of RGB (Red+Green+Blue) = 15+207+183=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFB7 is #F03048. Grayscale: #929292. Windows color (decimal): -15741001 or 12046095. OLE color: 12046095.
HSL color Cylindrical-coordinate representation of color #0FCFB7: hue angle of 172.5º 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 #0FCFB7 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 183 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.19 |
| HSL | 172.5º | 0.86% | 0.44% | - |
| HSV(B) | 172.5º | 0.93% | 0.81% | - |
| XYZ | 31.06 | 48.15 | 52.46 | - |
| YUV | 146.86 | 148.39 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 183 | 0.93 | 0 | 0.12 | 0.19 | 172.5 | 0.86 | 0.44 |
| Hex | F | CF | B7 | 5D | 0 | C | 13 | AC | 56 | 2C |
| Octal | 17 | 317 | 267 | 135 | 0 | 14 | 23 | 254 | 126 | 54 |
| Binary | 1111 | 11001111 | 10110111 | 1011101 | 0 | 1100 | 10011 | 10101100 | 1010110 | 101100 |
Color Harmonies of #0FCFB7
Complementary color
Monochromatic Colors of #0FCFB7
Black with #0FCFB7
Text Example
Text Example
White with #0FCFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFB7; }
p { color: rgb(15,207,183); }
H1.HeaderClassName
{
color: #0FCFB7;
}
.AnyTagClassName
{
color: #0FCFB7;
}
</style>
background-color css
<style>
a { background-color: #0FCFB7; }
a { background-color: rgb(15,207,183); }
div.DivClassName
{
background-color: #0FCFB7;
}
.BgClassName
{
background-color: #0FCFB7;
}
</style>
border-color css
<style>
span { border-color: #0FCFB7; }
span { border-color: rgb(15,207,183); }
td.TdClassName
{
border-color: #0FCFB7;
}
.TagClassName
{
border-color: #0FCFB7;
}
</style>