Shades of Robin's Egg Blue #0FCDBC
Tints of Robin's Egg Blue #0FCDBC
RGB
CMYK
RGB Variations
Color information
#0FCDBC (or 0x0FCDBC) is known color: Robin's Egg Blue. HEX triplet: 0F, CD and BC. RGB value is (15,205,188). Sum of RGB (Red+Green+Blue) = 15+205+188=408 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.68% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDBC is #F03243. Grayscale: #929292. Windows color (decimal): -15741508 or 12373263. OLE color: 12373263.
HSL color Cylindrical-coordinate representation of color #0FCDBC: hue angle of 174.63º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCDBC is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 188 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.20 |
| HSL | 174.63º | 0.86% | 0.43% | - |
| HSV(B) | 174.63º | 0.93% | 0.8% | - |
| XYZ | 31.11 | 47.4 | 55.09 | - |
| YUV | 146.25 | 151.55 | 34.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 188 | 0.93 | 0 | 0.08 | 0.20 | 174.63 | 0.86 | 0.43 |
| Hex | F | CD | BC | 5D | 0 | 8 | 14 | AF | 56 | 2B |
| Octal | 17 | 315 | 274 | 135 | 0 | 10 | 24 | 257 | 126 | 53 |
| Binary | 1111 | 11001101 | 10111100 | 1011101 | 0 | 1000 | 10100 | 10101111 | 1010110 | 101011 |
Color Harmonies of #0FCDBC
Complementary color
Monochromatic Colors of #0FCDBC
Black with #0FCDBC
Text Example
Text Example
White with #0FCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDBC; }
p { color: rgb(15,205,188); }
H1.HeaderClassName
{
color: #0FCDBC;
}
.AnyTagClassName
{
color: #0FCDBC;
}
</style>
background-color css
<style>
a { background-color: #0FCDBC; }
a { background-color: rgb(15,205,188); }
div.DivClassName
{
background-color: #0FCDBC;
}
.BgClassName
{
background-color: #0FCDBC;
}
</style>
border-color css
<style>
span { border-color: #0FCDBC; }
span { border-color: rgb(15,205,188); }
td.TdClassName
{
border-color: #0FCDBC;
}
.TagClassName
{
border-color: #0FCDBC;
}
</style>