Shades of Robin's Egg Blue #0FDCBB
Tints of Robin's Egg Blue #0FDCBB
RGB
CMYK
RGB Variations
Color information
#0FDCBB (or 0x0FDCBB) is known color: Robin's Egg Blue. HEX triplet: 0F, DC and BB. RGB value is (15,220,187). Sum of RGB (Red+Green+Blue) = 15+220+187=422 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.55% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDCBB is #F02344. Grayscale: #9A9A9A. Windows color (decimal): -15737669 or 12311567. OLE color: 12311567.
HSL color Cylindrical-coordinate representation of color #0FDCBB: hue angle of 170.34º 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 #0FDCBB is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 187 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.14 |
| HSL | 170.34º | 0.87% | 0.46% | - |
| HSV(B) | 170.34º | 0.93% | 0.86% | - |
| XYZ | 34.76 | 54.88 | 55.77 | - |
| YUV | 154.94 | 146.08 | 28.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 187 | 0.93 | 0 | 0.15 | 0.14 | 170.34 | 0.87 | 0.46 |
| Hex | F | DC | BB | 5D | 0 | F | E | AA | 57 | 2E |
| Octal | 17 | 334 | 273 | 135 | 0 | 17 | 16 | 252 | 127 | 56 |
| Binary | 1111 | 11011100 | 10111011 | 1011101 | 0 | 1111 | 1110 | 10101010 | 1010111 | 101110 |
Color Harmonies of #0FDCBB
Complementary color
Monochromatic Colors of #0FDCBB
Black with #0FDCBB
Text Example
Text Example
White with #0FDCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCBB; }
p { color: rgb(15,220,187); }
H1.HeaderClassName
{
color: #0FDCBB;
}
.AnyTagClassName
{
color: #0FDCBB;
}
</style>
background-color css
<style>
a { background-color: #0FDCBB; }
a { background-color: rgb(15,220,187); }
div.DivClassName
{
background-color: #0FDCBB;
}
.BgClassName
{
background-color: #0FDCBB;
}
</style>
border-color css
<style>
span { border-color: #0FDCBB; }
span { border-color: rgb(15,220,187); }
td.TdClassName
{
border-color: #0FDCBB;
}
.TagClassName
{
border-color: #0FDCBB;
}
</style>