Shades of Robin's Egg Blue #0FDCB5
Tints of Robin's Egg Blue #0FDCB5
RGB
CMYK
RGB Variations
Color information
#0FDCB5 (or 0x0FDCB5) is known color: Robin's Egg Blue. HEX triplet: 0F, DC and B5. RGB value is (15,220,181). Sum of RGB (Red+Green+Blue) = 15+220+181=416 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDCB5 is #F0234A. Grayscale: #9A9A9A. Windows color (decimal): -15737675 or 11918351. OLE color: 11918351.
HSL color Cylindrical-coordinate representation of color #0FDCB5: hue angle of 168.59º 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 #0FDCB5 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 181 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.14 |
| HSL | 168.59º | 0.87% | 0.46% | - |
| HSV(B) | 168.59º | 0.93% | 0.86% | - |
| XYZ | 34.13 | 54.62 | 52.46 | - |
| YUV | 154.26 | 143.08 | 28.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 181 | 0.93 | 0 | 0.18 | 0.14 | 168.59 | 0.87 | 0.46 |
| Hex | F | DC | B5 | 5D | 0 | 12 | E | A9 | 57 | 2E |
| Octal | 17 | 334 | 265 | 135 | 0 | 22 | 16 | 251 | 127 | 56 |
| Binary | 1111 | 11011100 | 10110101 | 1011101 | 0 | 10010 | 1110 | 10101001 | 1010111 | 101110 |
Color Harmonies of #0FDCB5
Complementary color
Monochromatic Colors of #0FDCB5
Black with #0FDCB5
Text Example
Text Example
White with #0FDCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCB5; }
p { color: rgb(15,220,181); }
H1.HeaderClassName
{
color: #0FDCB5;
}
.AnyTagClassName
{
color: #0FDCB5;
}
</style>
background-color css
<style>
a { background-color: #0FDCB5; }
a { background-color: rgb(15,220,181); }
div.DivClassName
{
background-color: #0FDCB5;
}
.BgClassName
{
background-color: #0FDCB5;
}
</style>
border-color css
<style>
span { border-color: #0FDCB5; }
span { border-color: rgb(15,220,181); }
td.TdClassName
{
border-color: #0FDCB5;
}
.TagClassName
{
border-color: #0FDCB5;
}
</style>