Shades of Robin's Egg Blue #0FD7C1
Tints of Robin's Egg Blue #0FD7C1
RGB
CMYK
RGB Variations
Color information
#0FD7C1 (or 0x0FD7C1) is known color: Robin's Egg Blue. HEX triplet: 0F, D7 and C1. RGB value is (15,215,193). Sum of RGB (Red+Green+Blue) = 15+215+193=423 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.55% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD7C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD7C1 is #F0283E. Grayscale: #989898. Windows color (decimal): -15738943 or 12703503. OLE color: 12703503.
HSL color Cylindrical-coordinate representation of color #0FD7C1: hue angle of 173.4º 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 #0FD7C1 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 215 | 193 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.16 |
| HSL | 173.4º | 0.87% | 0.45% | - |
| HSV(B) | 173.4º | 0.93% | 0.84% | - |
| XYZ | 34.12 | 52.55 | 58.8 | - |
| YUV | 152.69 | 150.74 | 29.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 215 | 193 | 0.93 | 0 | 0.10 | 0.16 | 173.4 | 0.87 | 0.45 |
| Hex | F | D7 | C1 | 5D | 0 | A | 10 | AD | 57 | 2D |
| Octal | 17 | 327 | 301 | 135 | 0 | 12 | 20 | 255 | 127 | 55 |
| Binary | 1111 | 11010111 | 11000001 | 1011101 | 0 | 1010 | 10000 | 10101101 | 1010111 | 101101 |
Color Harmonies of #0FD7C1
Complementary color
Monochromatic Colors of #0FD7C1
Black with #0FD7C1
Text Example
Text Example
White with #0FD7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD7C1; }
p { color: rgb(15,215,193); }
H1.HeaderClassName
{
color: #0FD7C1;
}
.AnyTagClassName
{
color: #0FD7C1;
}
</style>
background-color css
<style>
a { background-color: #0FD7C1; }
a { background-color: rgb(15,215,193); }
div.DivClassName
{
background-color: #0FD7C1;
}
.BgClassName
{
background-color: #0FD7C1;
}
</style>
border-color css
<style>
span { border-color: #0FD7C1; }
span { border-color: rgb(15,215,193); }
td.TdClassName
{
border-color: #0FD7C1;
}
.TagClassName
{
border-color: #0FD7C1;
}
</style>