Shades of Robin's Egg Blue #0FDCB6
Tints of Robin's Egg Blue #0FDCB6
RGB
CMYK
RGB Variations
Color information
#0FDCB6 (or 0x0FDCB6) is known color: Robin's Egg Blue. HEX triplet: 0F, DC and B6. RGB value is (15,220,182). Sum of RGB (Red+Green+Blue) = 15+220+182=417 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.60% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDCB6 is #F02349. Grayscale: #9A9A9A. Windows color (decimal): -15737674 or 11983887. OLE color: 11983887.
HSL color Cylindrical-coordinate representation of color #0FDCB6: hue angle of 168.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDCB6 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 182 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.14 |
| HSL | 168.88º | 0.87% | 0.46% | - |
| HSV(B) | 168.88º | 0.93% | 0.86% | - |
| XYZ | 34.23 | 54.67 | 53 | - |
| YUV | 154.37 | 143.58 | 28.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 182 | 0.93 | 0 | 0.17 | 0.14 | 168.88 | 0.87 | 0.46 |
| Hex | F | DC | B6 | 5D | 0 | 11 | E | A9 | 57 | 2E |
| Octal | 17 | 334 | 266 | 135 | 0 | 21 | 16 | 251 | 127 | 56 |
| Binary | 1111 | 11011100 | 10110110 | 1011101 | 0 | 10001 | 1110 | 10101001 | 1010111 | 101110 |
Color Harmonies of #0FDCB6
Complementary color
Monochromatic Colors of #0FDCB6
Black with #0FDCB6
Text Example
Text Example
White with #0FDCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCB6; }
p { color: rgb(15,220,182); }
H1.HeaderClassName
{
color: #0FDCB6;
}
.AnyTagClassName
{
color: #0FDCB6;
}
</style>
background-color css
<style>
a { background-color: #0FDCB6; }
a { background-color: rgb(15,220,182); }
div.DivClassName
{
background-color: #0FDCB6;
}
.BgClassName
{
background-color: #0FDCB6;
}
</style>
border-color css
<style>
span { border-color: #0FDCB6; }
span { border-color: rgb(15,220,182); }
td.TdClassName
{
border-color: #0FDCB6;
}
.TagClassName
{
border-color: #0FDCB6;
}
</style>