Shades of Robin's Egg Blue #0FD5CB
Tints of Robin's Egg Blue #0FD5CB
RGB
CMYK
RGB Variations
Color information
#0FD5CB (or 0x0FD5CB) is known color: Robin's Egg Blue. HEX triplet: 0F, D5 and CB. RGB value is (15,213,203). Sum of RGB (Red+Green+Blue) = 15+213+203=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD5CB is #F02A34. Grayscale: #989898. Windows color (decimal): -15739445 or 13358351. OLE color: 13358351.
HSL color Cylindrical-coordinate representation of color #0FD5CB: hue angle of 176.97º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD5CB is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 203 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.16 |
| HSL | 176.97º | 0.87% | 0.45% | - |
| HSV(B) | 176.97º | 0.93% | 0.84% | - |
| XYZ | 34.77 | 52 | 64.7 | - |
| YUV | 152.66 | 156.4 | 29.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 203 | 0.93 | 0 | 0.05 | 0.16 | 176.97 | 0.87 | 0.45 |
| Hex | F | D5 | CB | 5D | 0 | 5 | 10 | B1 | 57 | 2D |
| Octal | 17 | 325 | 313 | 135 | 0 | 5 | 20 | 261 | 127 | 55 |
| Binary | 1111 | 11010101 | 11001011 | 1011101 | 0 | 101 | 10000 | 10110001 | 1010111 | 101101 |
Color Harmonies of #0FD5CB
Complementary color
Monochromatic Colors of #0FD5CB
Black with #0FD5CB
Text Example
Text Example
White with #0FD5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD5CB; }
p { color: rgb(15,213,203); }
H1.HeaderClassName
{
color: #0FD5CB;
}
.AnyTagClassName
{
color: #0FD5CB;
}
</style>
background-color css
<style>
a { background-color: #0FD5CB; }
a { background-color: rgb(15,213,203); }
div.DivClassName
{
background-color: #0FD5CB;
}
.BgClassName
{
background-color: #0FD5CB;
}
</style>
border-color css
<style>
span { border-color: #0FD5CB; }
span { border-color: rgb(15,213,203); }
td.TdClassName
{
border-color: #0FD5CB;
}
.TagClassName
{
border-color: #0FD5CB;
}
</style>