Shades of Robin's Egg Blue #0DCABF
Tints of Robin's Egg Blue #0DCABF
RGB
CMYK
RGB Variations
Color information
#0DCABF (or 0x0DCABF) is known color: Robin's Egg Blue. HEX triplet: 0D, CA and BF. RGB value is (13,202,191). Sum of RGB (Red+Green+Blue) = 13+202+191=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCABF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCABF is #F23540. Grayscale: #909090. Windows color (decimal): -15873345 or 12569101. OLE color: 12569101.
HSL color Cylindrical-coordinate representation of color #0DCABF: hue angle of 176.51º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCABF is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 191 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.21 |
| HSL | 176.51º | 0.88% | 0.42% | - |
| HSV(B) | 176.51º | 0.94% | 0.79% | - |
| XYZ | 30.69 | 46.09 | 56.57 | - |
| YUV | 144.24 | 154.38 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 191 | 0.94 | 0 | 0.05 | 0.21 | 176.51 | 0.88 | 0.42 |
| Hex | D | CA | BF | 5E | 0 | 5 | 15 | B1 | 58 | 2A |
| Octal | 15 | 312 | 277 | 136 | 0 | 5 | 25 | 261 | 130 | 52 |
| Binary | 1101 | 11001010 | 10111111 | 1011110 | 0 | 101 | 10101 | 10110001 | 1011000 | 101010 |
Color Harmonies of #0DCABF
Complementary color
Monochromatic Colors of #0DCABF
Black with #0DCABF
Text Example
Text Example
White with #0DCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCABF; }
p { color: rgb(13,202,191); }
H1.HeaderClassName
{
color: #0DCABF;
}
.AnyTagClassName
{
color: #0DCABF;
}
</style>
background-color css
<style>
a { background-color: #0DCABF; }
a { background-color: rgb(13,202,191); }
div.DivClassName
{
background-color: #0DCABF;
}
.BgClassName
{
background-color: #0DCABF;
}
</style>
border-color css
<style>
span { border-color: #0DCABF; }
span { border-color: rgb(13,202,191); }
td.TdClassName
{
border-color: #0DCABF;
}
.TagClassName
{
border-color: #0DCABF;
}
</style>