Shades of Robin's Egg Blue #0FCFBB
Tints of Robin's Egg Blue #0FCFBB
RGB
CMYK
RGB Variations
Color information
#0FCFBB (or 0x0FCFBB) is known color: Robin's Egg Blue. HEX triplet: 0F, CF and BB. RGB value is (15,207,187). Sum of RGB (Red+Green+Blue) = 15+207+187=409 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.67% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFBB is #F03044. Grayscale: #939393. Windows color (decimal): -15740997 or 12308239. OLE color: 12308239.
HSL color Cylindrical-coordinate representation of color #0FCFBB: hue angle of 173.75º 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 #0FCFBB is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 187 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.19 |
| HSL | 173.75º | 0.86% | 0.44% | - |
| HSV(B) | 173.75º | 0.93% | 0.81% | - |
| XYZ | 31.48 | 48.32 | 54.68 | - |
| YUV | 147.31 | 150.39 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 187 | 0.93 | 0 | 0.10 | 0.19 | 173.75 | 0.86 | 0.44 |
| Hex | F | CF | BB | 5D | 0 | A | 13 | AE | 56 | 2C |
| Octal | 17 | 317 | 273 | 135 | 0 | 12 | 23 | 256 | 126 | 54 |
| Binary | 1111 | 11001111 | 10111011 | 1011101 | 0 | 1010 | 10011 | 10101110 | 1010110 | 101100 |
Color Harmonies of #0FCFBB
Complementary color
Monochromatic Colors of #0FCFBB
Black with #0FCFBB
Text Example
Text Example
White with #0FCFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFBB; }
p { color: rgb(15,207,187); }
H1.HeaderClassName
{
color: #0FCFBB;
}
.AnyTagClassName
{
color: #0FCFBB;
}
</style>
background-color css
<style>
a { background-color: #0FCFBB; }
a { background-color: rgb(15,207,187); }
div.DivClassName
{
background-color: #0FCFBB;
}
.BgClassName
{
background-color: #0FCFBB;
}
</style>
border-color css
<style>
span { border-color: #0FCFBB; }
span { border-color: rgb(15,207,187); }
td.TdClassName
{
border-color: #0FCFBB;
}
.TagClassName
{
border-color: #0FCFBB;
}
</style>