Shades of Robin's Egg Blue #0FD9CB
Tints of Robin's Egg Blue #0FD9CB
RGB
CMYK
RGB Variations
Color information
#0FD9CB (or 0x0FD9CB) is known color: Robin's Egg Blue. HEX triplet: 0F, D9 and CB. RGB value is (15,217,203). Sum of RGB (Red+Green+Blue) = 15+217+203=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD9CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD9CB is #F02634. Grayscale: #9A9A9A. Windows color (decimal): -15738421 or 13359375. OLE color: 13359375.
HSL color Cylindrical-coordinate representation of color #0FD9CB: hue angle of 175.84º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD9CB is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 217 | 203 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.15 |
| HSL | 175.84º | 0.87% | 0.45% | - |
| HSV(B) | 175.84º | 0.93% | 0.85% | - |
| XYZ | 35.79 | 54.04 | 65.04 | - |
| YUV | 155.01 | 155.08 | 28.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 203 | 0.93 | 0 | 0.06 | 0.15 | 175.84 | 0.87 | 0.45 |
| Hex | F | D9 | CB | 5D | 0 | 6 | F | B0 | 57 | 2D |
| Octal | 17 | 331 | 313 | 135 | 0 | 6 | 17 | 260 | 127 | 55 |
| Binary | 1111 | 11011001 | 11001011 | 1011101 | 0 | 110 | 1111 | 10110000 | 1010111 | 101101 |
Color Harmonies of #0FD9CB
Complementary color
Monochromatic Colors of #0FD9CB
Black with #0FD9CB
Text Example
Text Example
White with #0FD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD9CB; }
p { color: rgb(15,217,203); }
H1.HeaderClassName
{
color: #0FD9CB;
}
.AnyTagClassName
{
color: #0FD9CB;
}
</style>
background-color css
<style>
a { background-color: #0FD9CB; }
a { background-color: rgb(15,217,203); }
div.DivClassName
{
background-color: #0FD9CB;
}
.BgClassName
{
background-color: #0FD9CB;
}
</style>
border-color css
<style>
span { border-color: #0FD9CB; }
span { border-color: rgb(15,217,203); }
td.TdClassName
{
border-color: #0FD9CB;
}
.TagClassName
{
border-color: #0FD9CB;
}
</style>