Shades of Robin's Egg Blue #0FD6BC
Tints of Robin's Egg Blue #0FD6BC
RGB
CMYK
RGB Variations
Color information
#0FD6BC (or 0x0FD6BC) is known color: Robin's Egg Blue. HEX triplet: 0F, D6 and BC. RGB value is (15,214,188). Sum of RGB (Red+Green+Blue) = 15+214+188=417 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.60% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD6BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD6BC is #F02943. Grayscale: #979797. Windows color (decimal): -15739204 or 12375567. OLE color: 12375567.
HSL color Cylindrical-coordinate representation of color #0FD6BC: hue angle of 172.16º 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 #0FD6BC is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 214 | 188 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.16 |
| HSL | 172.16º | 0.87% | 0.45% | - |
| HSV(B) | 172.16º | 0.93% | 0.84% | - |
| XYZ | 33.32 | 51.83 | 55.82 | - |
| YUV | 151.54 | 148.57 | 30.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 214 | 188 | 0.93 | 0 | 0.12 | 0.16 | 172.16 | 0.87 | 0.45 |
| Hex | F | D6 | BC | 5D | 0 | C | 10 | AC | 57 | 2D |
| Octal | 17 | 326 | 274 | 135 | 0 | 14 | 20 | 254 | 127 | 55 |
| Binary | 1111 | 11010110 | 10111100 | 1011101 | 0 | 1100 | 10000 | 10101100 | 1010111 | 101101 |
Color Harmonies of #0FD6BC
Complementary color
Monochromatic Colors of #0FD6BC
Black with #0FD6BC
Text Example
Text Example
White with #0FD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD6BC; }
p { color: rgb(15,214,188); }
H1.HeaderClassName
{
color: #0FD6BC;
}
.AnyTagClassName
{
color: #0FD6BC;
}
</style>
background-color css
<style>
a { background-color: #0FD6BC; }
a { background-color: rgb(15,214,188); }
div.DivClassName
{
background-color: #0FD6BC;
}
.BgClassName
{
background-color: #0FD6BC;
}
</style>
border-color css
<style>
span { border-color: #0FD6BC; }
span { border-color: rgb(15,214,188); }
td.TdClassName
{
border-color: #0FD6BC;
}
.TagClassName
{
border-color: #0FD6BC;
}
</style>