Shades of Robin's Egg Blue #0FCFC5
Tints of Robin's Egg Blue #0FCFC5
RGB
CMYK
RGB Variations
Color information
#0FCFC5 (or 0x0FCFC5) is known color: Robin's Egg Blue. HEX triplet: 0F, CF and C5. RGB value is (15,207,197). Sum of RGB (Red+Green+Blue) = 15+207+197=419 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.58% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFC5 is #F0303A. Grayscale: #949494. Windows color (decimal): -15740987 or 12963599. OLE color: 12963599.
HSL color Cylindrical-coordinate representation of color #0FCFC5: hue angle of 176.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCFC5 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 197 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.19 |
| HSL | 176.88º | 0.86% | 0.44% | - |
| HSV(B) | 176.88º | 0.93% | 0.81% | - |
| XYZ | 32.59 | 48.76 | 60.52 | - |
| YUV | 148.45 | 155.39 | 32.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 197 | 0.93 | 0 | 0.05 | 0.19 | 176.88 | 0.86 | 0.44 |
| Hex | F | CF | C5 | 5D | 0 | 5 | 13 | B1 | 56 | 2C |
| Octal | 17 | 317 | 305 | 135 | 0 | 5 | 23 | 261 | 126 | 54 |
| Binary | 1111 | 11001111 | 11000101 | 1011101 | 0 | 101 | 10011 | 10110001 | 1010110 | 101100 |
Color Harmonies of #0FCFC5
Complementary color
Monochromatic Colors of #0FCFC5
Black with #0FCFC5
Text Example
Text Example
White with #0FCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFC5; }
p { color: rgb(15,207,197); }
H1.HeaderClassName
{
color: #0FCFC5;
}
.AnyTagClassName
{
color: #0FCFC5;
}
</style>
background-color css
<style>
a { background-color: #0FCFC5; }
a { background-color: rgb(15,207,197); }
div.DivClassName
{
background-color: #0FCFC5;
}
.BgClassName
{
background-color: #0FCFC5;
}
</style>
border-color css
<style>
span { border-color: #0FCFC5; }
span { border-color: rgb(15,207,197); }
td.TdClassName
{
border-color: #0FCFC5;
}
.TagClassName
{
border-color: #0FCFC5;
}
</style>