Shades of Robin's Egg Blue #0FC8BD
Tints of Robin's Egg Blue #0FC8BD
RGB
CMYK
RGB Variations
Color information
#0FC8BD (or 0x0FC8BD) is known color: Robin's Egg Blue. HEX triplet: 0F, C8 and BD. RGB value is (15,200,189). Sum of RGB (Red+Green+Blue) = 15+200+189=404 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.71% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC8BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC8BD is #F03742. Grayscale: #8F8F8F. Windows color (decimal): -15742787 or 12437519. OLE color: 12437519.
HSL color Cylindrical-coordinate representation of color #0FC8BD: hue angle of 176.43º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC8BD is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 189 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.22 |
| HSL | 176.43º | 0.86% | 0.42% | - |
| HSV(B) | 176.43º | 0.93% | 0.78% | - |
| XYZ | 30.04 | 45.08 | 55.26 | - |
| YUV | 143.43 | 153.71 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 189 | 0.92 | 0 | 0.06 | 0.22 | 176.43 | 0.86 | 0.42 |
| Hex | F | C8 | BD | 5C | 0 | 6 | 16 | B0 | 56 | 2A |
| Octal | 17 | 310 | 275 | 134 | 0 | 6 | 26 | 260 | 126 | 52 |
| Binary | 1111 | 11001000 | 10111101 | 1011100 | 0 | 110 | 10110 | 10110000 | 1010110 | 101010 |
Color Harmonies of #0FC8BD
Complementary color
Monochromatic Colors of #0FC8BD
Black with #0FC8BD
Text Example
Text Example
White with #0FC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC8BD; }
p { color: rgb(15,200,189); }
H1.HeaderClassName
{
color: #0FC8BD;
}
.AnyTagClassName
{
color: #0FC8BD;
}
</style>
background-color css
<style>
a { background-color: #0FC8BD; }
a { background-color: rgb(15,200,189); }
div.DivClassName
{
background-color: #0FC8BD;
}
.BgClassName
{
background-color: #0FC8BD;
}
</style>
border-color css
<style>
span { border-color: #0FC8BD; }
span { border-color: rgb(15,200,189); }
td.TdClassName
{
border-color: #0FC8BD;
}
.TagClassName
{
border-color: #0FC8BD;
}
</style>