Shades of Robin's Egg Blue #0FCFBC
Tints of Robin's Egg Blue #0FCFBC
RGB
CMYK
RGB Variations
Color information
#0FCFBC (or 0x0FCFBC) is known color: Robin's Egg Blue. HEX triplet: 0F, CF and BC. RGB value is (15,207,188). Sum of RGB (Red+Green+Blue) = 15+207+188=410 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.66% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFBC is #F03043. Grayscale: #939393. Windows color (decimal): -15740996 or 12373775. OLE color: 12373775.
HSL color Cylindrical-coordinate representation of color #0FCFBC: hue angle of 174.06º 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 #0FCFBC is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 188 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.19 |
| HSL | 174.06º | 0.86% | 0.44% | - |
| HSV(B) | 174.06º | 0.93% | 0.81% | - |
| XYZ | 31.59 | 48.36 | 55.25 | - |
| YUV | 147.43 | 150.89 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 188 | 0.93 | 0 | 0.09 | 0.19 | 174.06 | 0.86 | 0.44 |
| Hex | F | CF | BC | 5D | 0 | 9 | 13 | AE | 56 | 2C |
| Octal | 17 | 317 | 274 | 135 | 0 | 11 | 23 | 256 | 126 | 54 |
| Binary | 1111 | 11001111 | 10111100 | 1011101 | 0 | 1001 | 10011 | 10101110 | 1010110 | 101100 |
Color Harmonies of #0FCFBC
Complementary color
Monochromatic Colors of #0FCFBC
Black with #0FCFBC
Text Example
Text Example
White with #0FCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFBC; }
p { color: rgb(15,207,188); }
H1.HeaderClassName
{
color: #0FCFBC;
}
.AnyTagClassName
{
color: #0FCFBC;
}
</style>
background-color css
<style>
a { background-color: #0FCFBC; }
a { background-color: rgb(15,207,188); }
div.DivClassName
{
background-color: #0FCFBC;
}
.BgClassName
{
background-color: #0FCFBC;
}
</style>
border-color css
<style>
span { border-color: #0FCFBC; }
span { border-color: rgb(15,207,188); }
td.TdClassName
{
border-color: #0FCFBC;
}
.TagClassName
{
border-color: #0FCFBC;
}
</style>