Shades of Robin's Egg Blue #0FCDBF
Tints of Robin's Egg Blue #0FCDBF
RGB
CMYK
RGB Variations
Color information
#0FCDBF (or 0x0FCDBF) is known color: Robin's Egg Blue. HEX triplet: 0F, CD and BF. RGB value is (15,205,191). Sum of RGB (Red+Green+Blue) = 15+205+191=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDBF is #F03240. Grayscale: #929292. Windows color (decimal): -15741505 or 12569871. OLE color: 12569871.
HSL color Cylindrical-coordinate representation of color #0FCDBF: hue angle of 175.58º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCDBF is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 191 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.20 |
| HSL | 175.58º | 0.86% | 0.43% | - |
| HSV(B) | 175.58º | 0.93% | 0.8% | - |
| XYZ | 31.43 | 47.53 | 56.81 | - |
| YUV | 146.59 | 153.05 | 34.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 191 | 0.93 | 0 | 0.07 | 0.20 | 175.58 | 0.86 | 0.43 |
| Hex | F | CD | BF | 5D | 0 | 7 | 14 | B0 | 56 | 2B |
| Octal | 17 | 315 | 277 | 135 | 0 | 7 | 24 | 260 | 126 | 53 |
| Binary | 1111 | 11001101 | 10111111 | 1011101 | 0 | 111 | 10100 | 10110000 | 1010110 | 101011 |
Color Harmonies of #0FCDBF
Complementary color
Monochromatic Colors of #0FCDBF
Black with #0FCDBF
Text Example
Text Example
White with #0FCDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDBF; }
p { color: rgb(15,205,191); }
H1.HeaderClassName
{
color: #0FCDBF;
}
.AnyTagClassName
{
color: #0FCDBF;
}
</style>
background-color css
<style>
a { background-color: #0FCDBF; }
a { background-color: rgb(15,205,191); }
div.DivClassName
{
background-color: #0FCDBF;
}
.BgClassName
{
background-color: #0FCDBF;
}
</style>
border-color css
<style>
span { border-color: #0FCDBF; }
span { border-color: rgb(15,205,191); }
td.TdClassName
{
border-color: #0FCDBF;
}
.TagClassName
{
border-color: #0FCDBF;
}
</style>