Shades of Robin's Egg Blue #0DCAC1
Tints of Robin's Egg Blue #0DCAC1
RGB
CMYK
RGB Variations
Color information
#0DCAC1 (or 0x0DCAC1) is known color: Robin's Egg Blue. HEX triplet: 0D, CA and C1. RGB value is (13,202,193). Sum of RGB (Red+Green+Blue) = 13+202+193=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCAC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCAC1 is #F2353E. Grayscale: #909090. Windows color (decimal): -15873343 or 12700173. OLE color: 12700173.
HSL color Cylindrical-coordinate representation of color #0DCAC1: hue angle of 177.14º 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 #0DCAC1 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 193 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.21 |
| HSL | 177.14º | 0.88% | 0.42% | - |
| HSV(B) | 177.14º | 0.94% | 0.79% | - |
| XYZ | 30.91 | 46.18 | 57.74 | - |
| YUV | 144.46 | 155.38 | 34.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 193 | 0.94 | 0 | 0.04 | 0.21 | 177.14 | 0.88 | 0.42 |
| Hex | D | CA | C1 | 5E | 0 | 4 | 15 | B1 | 58 | 2A |
| Octal | 15 | 312 | 301 | 136 | 0 | 4 | 25 | 261 | 130 | 52 |
| Binary | 1101 | 11001010 | 11000001 | 1011110 | 0 | 100 | 10101 | 10110001 | 1011000 | 101010 |
Color Harmonies of #0DCAC1
Complementary color
Monochromatic Colors of #0DCAC1
Black with #0DCAC1
Text Example
Text Example
White with #0DCAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCAC1; }
p { color: rgb(13,202,193); }
H1.HeaderClassName
{
color: #0DCAC1;
}
.AnyTagClassName
{
color: #0DCAC1;
}
</style>
background-color css
<style>
a { background-color: #0DCAC1; }
a { background-color: rgb(13,202,193); }
div.DivClassName
{
background-color: #0DCAC1;
}
.BgClassName
{
background-color: #0DCAC1;
}
</style>
border-color css
<style>
span { border-color: #0DCAC1; }
span { border-color: rgb(13,202,193); }
td.TdClassName
{
border-color: #0DCAC1;
}
.TagClassName
{
border-color: #0DCAC1;
}
</style>