Shades of Robin's Egg Blue #0FCFC1
Tints of Robin's Egg Blue #0FCFC1
RGB
CMYK
RGB Variations
Color information
#0FCFC1 (or 0x0FCFC1) is known color: Robin's Egg Blue. HEX triplet: 0F, CF and C1. RGB value is (15,207,193). Sum of RGB (Red+Green+Blue) = 15+207+193=415 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFC1 is #F0303E. Grayscale: #939393. Windows color (decimal): -15740991 or 12701455. OLE color: 12701455.
HSL color Cylindrical-coordinate representation of color #0FCFC1: hue angle of 175.62º 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 #0FCFC1 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 193 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.19 |
| HSL | 175.63º | 0.86% | 0.44% | - |
| HSV(B) | 175.63º | 0.93% | 0.81% | - |
| XYZ | 32.14 | 48.58 | 58.13 | - |
| YUV | 148 | 153.39 | 33.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 193 | 0.93 | 0 | 0.07 | 0.19 | 175.63 | 0.86 | 0.44 |
| Hex | F | CF | C1 | 5D | 0 | 7 | 13 | B0 | 56 | 2C |
| Octal | 17 | 317 | 301 | 135 | 0 | 7 | 23 | 260 | 126 | 54 |
| Binary | 1111 | 11001111 | 11000001 | 1011101 | 0 | 111 | 10011 | 10110000 | 1010110 | 101100 |
Color Harmonies of #0FCFC1
Complementary color
Monochromatic Colors of #0FCFC1
Black with #0FCFC1
Text Example
Text Example
White with #0FCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFC1; }
p { color: rgb(15,207,193); }
H1.HeaderClassName
{
color: #0FCFC1;
}
.AnyTagClassName
{
color: #0FCFC1;
}
</style>
background-color css
<style>
a { background-color: #0FCFC1; }
a { background-color: rgb(15,207,193); }
div.DivClassName
{
background-color: #0FCFC1;
}
.BgClassName
{
background-color: #0FCFC1;
}
</style>
border-color css
<style>
span { border-color: #0FCFC1; }
span { border-color: rgb(15,207,193); }
td.TdClassName
{
border-color: #0FCFC1;
}
.TagClassName
{
border-color: #0FCFC1;
}
</style>