Shades of Robin's Egg Blue #0FD8BC
Tints of Robin's Egg Blue #0FD8BC
RGB
CMYK
RGB Variations
Color information
#0FD8BC (or 0x0FD8BC) is known color: Robin's Egg Blue. HEX triplet: 0F, D8 and BC. RGB value is (15,216,188). Sum of RGB (Red+Green+Blue) = 15+216+188=419 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.58% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD8BC is #F02743. Grayscale: #989898. Windows color (decimal): -15738692 or 12376079. OLE color: 12376079.
HSL color Cylindrical-coordinate representation of color #0FD8BC: hue angle of 171.64º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD8BC is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 188 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.15 |
| HSL | 171.64º | 0.87% | 0.45% | - |
| HSV(B) | 171.64º | 0.93% | 0.85% | - |
| XYZ | 33.83 | 52.84 | 55.99 | - |
| YUV | 152.71 | 147.91 | 29.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 188 | 0.93 | 0 | 0.13 | 0.15 | 171.64 | 0.87 | 0.45 |
| Hex | F | D8 | BC | 5D | 0 | D | F | AC | 57 | 2D |
| Octal | 17 | 330 | 274 | 135 | 0 | 15 | 17 | 254 | 127 | 55 |
| Binary | 1111 | 11011000 | 10111100 | 1011101 | 0 | 1101 | 1111 | 10101100 | 1010111 | 101101 |
Color Harmonies of #0FD8BC
Complementary color
Monochromatic Colors of #0FD8BC
Black with #0FD8BC
Text Example
Text Example
White with #0FD8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD8BC; }
p { color: rgb(15,216,188); }
H1.HeaderClassName
{
color: #0FD8BC;
}
.AnyTagClassName
{
color: #0FD8BC;
}
</style>
background-color css
<style>
a { background-color: #0FD8BC; }
a { background-color: rgb(15,216,188); }
div.DivClassName
{
background-color: #0FD8BC;
}
.BgClassName
{
background-color: #0FD8BC;
}
</style>
border-color css
<style>
span { border-color: #0FD8BC; }
span { border-color: rgb(15,216,188); }
td.TdClassName
{
border-color: #0FD8BC;
}
.TagClassName
{
border-color: #0FD8BC;
}
</style>