Shades of Robin's Egg Blue #0DC7B5
Tints of Robin's Egg Blue #0DC7B5
RGB
CMYK
RGB Variations
Color information
#0DC7B5 (or 0x0DC7B5) is known color: Robin's Egg Blue. HEX triplet: 0D, C7 and B5. RGB value is (13,199,181). Sum of RGB (Red+Green+Blue) = 13+199+181=393 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.31% from 393); Green value is 199 (78.12% from 255 or 50.64% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC7B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC7B5 is #F2384A. Grayscale: #8D8D8D. Windows color (decimal): -15874123 or 11912973. OLE color: 11912973.
HSL color Cylindrical-coordinate representation of color #0DC7B5: hue angle of 174.19º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC7B5 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 199 | 181 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.22 |
| HSL | 174.19º | 0.88% | 0.42% | - |
| HSV(B) | 174.19º | 0.93% | 0.78% | - |
| XYZ | 28.93 | 44.27 | 50.74 | - |
| YUV | 141.33 | 150.38 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 181 | 0.93 | 0 | 0.09 | 0.22 | 174.19 | 0.88 | 0.42 |
| Hex | D | C7 | B5 | 5D | 0 | 9 | 16 | AE | 58 | 2A |
| Octal | 15 | 307 | 265 | 135 | 0 | 11 | 26 | 256 | 130 | 52 |
| Binary | 1101 | 11000111 | 10110101 | 1011101 | 0 | 1001 | 10110 | 10101110 | 1011000 | 101010 |
Color Harmonies of #0DC7B5
Complementary color
Monochromatic Colors of #0DC7B5
Black with #0DC7B5
Text Example
Text Example
White with #0DC7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC7B5; }
p { color: rgb(13,199,181); }
H1.HeaderClassName
{
color: #0DC7B5;
}
.AnyTagClassName
{
color: #0DC7B5;
}
</style>
background-color css
<style>
a { background-color: #0DC7B5; }
a { background-color: rgb(13,199,181); }
div.DivClassName
{
background-color: #0DC7B5;
}
.BgClassName
{
background-color: #0DC7B5;
}
</style>
border-color css
<style>
span { border-color: #0DC7B5; }
span { border-color: rgb(13,199,181); }
td.TdClassName
{
border-color: #0DC7B5;
}
.TagClassName
{
border-color: #0DC7B5;
}
</style>