Shades of Robin's Egg Blue #0DCFBC
Tints of Robin's Egg Blue #0DCFBC
RGB
CMYK
RGB Variations
Color information
#0DCFBC (or 0x0DCFBC) is known color: Robin's Egg Blue. HEX triplet: 0D, CF and BC. RGB value is (13,207,188). Sum of RGB (Red+Green+Blue) = 13+207+188=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCFBC is #F23043. Grayscale: #929292. Windows color (decimal): -15872068 or 12373773. OLE color: 12373773.
HSL color Cylindrical-coordinate representation of color #0DCFBC: hue angle of 174.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCFBC is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 207 | 188 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.19 |
| HSL | 174.12º | 0.88% | 0.43% | - |
| HSV(B) | 174.12º | 0.94% | 0.81% | - |
| XYZ | 31.56 | 48.34 | 55.24 | - |
| YUV | 146.83 | 151.23 | 32.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 188 | 0.94 | 0 | 0.09 | 0.19 | 174.12 | 0.88 | 0.43 |
| Hex | D | CF | BC | 5E | 0 | 9 | 13 | AE | 58 | 2B |
| Octal | 15 | 317 | 274 | 136 | 0 | 11 | 23 | 256 | 130 | 53 |
| Binary | 1101 | 11001111 | 10111100 | 1011110 | 0 | 1001 | 10011 | 10101110 | 1011000 | 101011 |
Color Harmonies of #0DCFBC
Complementary color
Monochromatic Colors of #0DCFBC
Black with #0DCFBC
Text Example
Text Example
White with #0DCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFBC; }
p { color: rgb(13,207,188); }
H1.HeaderClassName
{
color: #0DCFBC;
}
.AnyTagClassName
{
color: #0DCFBC;
}
</style>
background-color css
<style>
a { background-color: #0DCFBC; }
a { background-color: rgb(13,207,188); }
div.DivClassName
{
background-color: #0DCFBC;
}
.BgClassName
{
background-color: #0DCFBC;
}
</style>
border-color css
<style>
span { border-color: #0DCFBC; }
span { border-color: rgb(13,207,188); }
td.TdClassName
{
border-color: #0DCFBC;
}
.TagClassName
{
border-color: #0DCFBC;
}
</style>