Shades of Robin's Egg Blue #0FD7C3
Tints of Robin's Egg Blue #0FD7C3
RGB
CMYK
RGB Variations
Color information
#0FD7C3 (or 0x0FD7C3) is known color: Robin's Egg Blue. HEX triplet: 0F, D7 and C3. RGB value is (15,215,195). Sum of RGB (Red+Green+Blue) = 15+215+195=425 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.53% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD7C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD7C3 is #F0283C. Grayscale: #989898. Windows color (decimal): -15738941 or 12834575. OLE color: 12834575.
HSL color Cylindrical-coordinate representation of color #0FD7C3: hue angle of 174º 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 #0FD7C3 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 215 | 195 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.16 |
| HSL | 174º | 0.87% | 0.45% | - |
| HSV(B) | 174º | 0.93% | 0.84% | - |
| XYZ | 34.35 | 52.64 | 59.98 | - |
| YUV | 152.92 | 151.74 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 215 | 195 | 0.93 | 0 | 0.09 | 0.16 | 174 | 0.87 | 0.45 |
| Hex | F | D7 | C3 | 5D | 0 | 9 | 10 | AE | 57 | 2D |
| Octal | 17 | 327 | 303 | 135 | 0 | 11 | 20 | 256 | 127 | 55 |
| Binary | 1111 | 11010111 | 11000011 | 1011101 | 0 | 1001 | 10000 | 10101110 | 1010111 | 101101 |
Color Harmonies of #0FD7C3
Complementary color
Monochromatic Colors of #0FD7C3
Black with #0FD7C3
Text Example
Text Example
White with #0FD7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD7C3; }
p { color: rgb(15,215,195); }
H1.HeaderClassName
{
color: #0FD7C3;
}
.AnyTagClassName
{
color: #0FD7C3;
}
</style>
background-color css
<style>
a { background-color: #0FD7C3; }
a { background-color: rgb(15,215,195); }
div.DivClassName
{
background-color: #0FD7C3;
}
.BgClassName
{
background-color: #0FD7C3;
}
</style>
border-color css
<style>
span { border-color: #0FD7C3; }
span { border-color: rgb(15,215,195); }
td.TdClassName
{
border-color: #0FD7C3;
}
.TagClassName
{
border-color: #0FD7C3;
}
</style>