Shades of Robin's Egg Blue #0DC6CA
Tints of Robin's Egg Blue #0DC6CA
RGB
CMYK
RGB Variations
Color information
#0DC6CA (or 0x0DC6CA) is known color: Robin's Egg Blue. HEX triplet: 0D, C6 and CA. RGB value is (13,198,202). Sum of RGB (Red+Green+Blue) = 13+198+202=413 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.15% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #0DC6CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC6CA is #F23935. Grayscale: #8E8E8E. Windows color (decimal): -15874358 or 13288973. OLE color: 13288973.
HSL color Cylindrical-coordinate representation of color #0DC6CA: hue angle of 181.27º 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 #0DC6CA is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 198 | 202 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.21 |
| HSL | 181.27º | 0.88% | 0.42% | - |
| HSV(B) | 181.27º | 0.94% | 0.79% | - |
| XYZ | 31.02 | 44.74 | 62.88 | - |
| YUV | 143.14 | 161.21 | 35.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 202 | 0.94 | 0.02 | 0 | 0.21 | 181.27 | 0.88 | 0.42 |
| Hex | D | C6 | CA | 5E | 2 | 0 | 15 | B5 | 58 | 2A |
| Octal | 15 | 306 | 312 | 136 | 2 | 0 | 25 | 265 | 130 | 52 |
| Binary | 1101 | 11000110 | 11001010 | 1011110 | 10 | 0 | 10101 | 10110101 | 1011000 | 101010 |
Color Harmonies of #0DC6CA
Complementary color
Monochromatic Colors of #0DC6CA
Black with #0DC6CA
Text Example
Text Example
White with #0DC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC6CA; }
p { color: rgb(13,198,202); }
H1.HeaderClassName
{
color: #0DC6CA;
}
.AnyTagClassName
{
color: #0DC6CA;
}
</style>
background-color css
<style>
a { background-color: #0DC6CA; }
a { background-color: rgb(13,198,202); }
div.DivClassName
{
background-color: #0DC6CA;
}
.BgClassName
{
background-color: #0DC6CA;
}
</style>
border-color css
<style>
span { border-color: #0DC6CA; }
span { border-color: rgb(13,198,202); }
td.TdClassName
{
border-color: #0DC6CA;
}
.TagClassName
{
border-color: #0DC6CA;
}
</style>