Shades of Robin's Egg Blue #0FC2C4
Tints of Robin's Egg Blue #0FC2C4
RGB
CMYK
RGB Variations
Color information
#0FC2C4 (or 0x0FC2C4) is known color: Robin's Egg Blue. HEX triplet: 0F, C2 and C4. RGB value is (15,194,196). Sum of RGB (Red+Green+Blue) = 15+194+196=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #0FC2C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC2C4 is #F03D3B. Grayscale: #8C8C8C. Windows color (decimal): -15744316 or 12894735. OLE color: 12894735.
HSL color Cylindrical-coordinate representation of color #0FC2C4: hue angle of 180.66º 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 #0FC2C4 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 194 | 196 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.23 |
| HSL | 180.66º | 0.86% | 0.41% | - |
| HSV(B) | 180.66º | 0.92% | 0.77% | - |
| XYZ | 29.45 | 42.67 | 58.91 | - |
| YUV | 140.71 | 159.2 | 38.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 196 | 0.92 | 0.01 | 0 | 0.23 | 180.66 | 0.86 | 0.41 |
| Hex | F | C2 | C4 | 5C | 1 | 0 | 17 | B5 | 56 | 29 |
| Octal | 17 | 302 | 304 | 134 | 1 | 0 | 27 | 265 | 126 | 51 |
| Binary | 1111 | 11000010 | 11000100 | 1011100 | 1 | 0 | 10111 | 10110101 | 1010110 | 101001 |
Color Harmonies of #0FC2C4
Complementary color
Monochromatic Colors of #0FC2C4
Black with #0FC2C4
Text Example
Text Example
White with #0FC2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC2C4; }
p { color: rgb(15,194,196); }
H1.HeaderClassName
{
color: #0FC2C4;
}
.AnyTagClassName
{
color: #0FC2C4;
}
</style>
background-color css
<style>
a { background-color: #0FC2C4; }
a { background-color: rgb(15,194,196); }
div.DivClassName
{
background-color: #0FC2C4;
}
.BgClassName
{
background-color: #0FC2C4;
}
</style>
border-color css
<style>
span { border-color: #0FC2C4; }
span { border-color: rgb(15,194,196); }
td.TdClassName
{
border-color: #0FC2C4;
}
.TagClassName
{
border-color: #0FC2C4;
}
</style>