Shades of Robin's Egg Blue #0FC4BC
Tints of Robin's Egg Blue #0FC4BC
RGB
CMYK
RGB Variations
Color information
#0FC4BC (or 0x0FC4BC) is known color: Robin's Egg Blue. HEX triplet: 0F, C4 and BC. RGB value is (15,196,188). Sum of RGB (Red+Green+Blue) = 15+196+188=399 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.76% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC4BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC4BC is #F03B43. Grayscale: #8C8C8C. Windows color (decimal): -15743812 or 12370959. OLE color: 12370959.
HSL color Cylindrical-coordinate representation of color #0FC4BC: hue angle of 177.35º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC4BC is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 196 | 188 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.23 |
| HSL | 177.35º | 0.86% | 0.41% | - |
| HSV(B) | 177.35º | 0.92% | 0.77% | - |
| XYZ | 29.01 | 43.21 | 54.39 | - |
| YUV | 140.97 | 154.53 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 196 | 188 | 0.92 | 0 | 0.04 | 0.23 | 177.35 | 0.86 | 0.41 |
| Hex | F | C4 | BC | 5C | 0 | 4 | 17 | B1 | 56 | 29 |
| Octal | 17 | 304 | 274 | 134 | 0 | 4 | 27 | 261 | 126 | 51 |
| Binary | 1111 | 11000100 | 10111100 | 1011100 | 0 | 100 | 10111 | 10110001 | 1010110 | 101001 |
Color Harmonies of #0FC4BC
Complementary color
Monochromatic Colors of #0FC4BC
Black with #0FC4BC
Text Example
Text Example
White with #0FC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC4BC; }
p { color: rgb(15,196,188); }
H1.HeaderClassName
{
color: #0FC4BC;
}
.AnyTagClassName
{
color: #0FC4BC;
}
</style>
background-color css
<style>
a { background-color: #0FC4BC; }
a { background-color: rgb(15,196,188); }
div.DivClassName
{
background-color: #0FC4BC;
}
.BgClassName
{
background-color: #0FC4BC;
}
</style>
border-color css
<style>
span { border-color: #0FC4BC; }
span { border-color: rgb(15,196,188); }
td.TdClassName
{
border-color: #0FC4BC;
}
.TagClassName
{
border-color: #0FC4BC;
}
</style>