Shades of Robin's Egg Blue #0DCABD
Tints of Robin's Egg Blue #0DCABD
RGB
CMYK
RGB Variations
Color information
#0DCABD (or 0x0DCABD) is known color: Robin's Egg Blue. HEX triplet: 0D, CA and BD. RGB value is (13,202,189). Sum of RGB (Red+Green+Blue) = 13+202+189=404 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.22% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCABD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCABD is #F23542. Grayscale: #8F8F8F. Windows color (decimal): -15873347 or 12438029. OLE color: 12438029.
HSL color Cylindrical-coordinate representation of color #0DCABD: hue angle of 175.87º 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 #0DCABD is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 189 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.21 |
| HSL | 175.87º | 0.88% | 0.42% | - |
| HSV(B) | 175.87º | 0.94% | 0.79% | - |
| XYZ | 30.47 | 46 | 55.42 | - |
| YUV | 144.01 | 153.38 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 189 | 0.94 | 0 | 0.06 | 0.21 | 175.87 | 0.88 | 0.42 |
| Hex | D | CA | BD | 5E | 0 | 6 | 15 | B0 | 58 | 2A |
| Octal | 15 | 312 | 275 | 136 | 0 | 6 | 25 | 260 | 130 | 52 |
| Binary | 1101 | 11001010 | 10111101 | 1011110 | 0 | 110 | 10101 | 10110000 | 1011000 | 101010 |
Color Harmonies of #0DCABD
Complementary color
Monochromatic Colors of #0DCABD
Black with #0DCABD
Text Example
Text Example
White with #0DCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCABD; }
p { color: rgb(13,202,189); }
H1.HeaderClassName
{
color: #0DCABD;
}
.AnyTagClassName
{
color: #0DCABD;
}
</style>
background-color css
<style>
a { background-color: #0DCABD; }
a { background-color: rgb(13,202,189); }
div.DivClassName
{
background-color: #0DCABD;
}
.BgClassName
{
background-color: #0DCABD;
}
</style>
border-color css
<style>
span { border-color: #0DCABD; }
span { border-color: rgb(13,202,189); }
td.TdClassName
{
border-color: #0DCABD;
}
.TagClassName
{
border-color: #0DCABD;
}
</style>