Shades of Robin's Egg Blue #0DC6CE
Tints of Robin's Egg Blue #0DC6CE
RGB
CMYK
RGB Variations
Color information
#0DC6CE (or 0x0DC6CE) is known color: Robin's Egg Blue. HEX triplet: 0D, C6 and CE. RGB value is (13,198,206). Sum of RGB (Red+Green+Blue) = 13+198+206=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #0DC6CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC6CE is #F23931. Grayscale: #8F8F8F. Windows color (decimal): -15874354 or 13551117. OLE color: 13551117.
HSL color Cylindrical-coordinate representation of color #0DC6CE: hue angle of 182.49º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC6CE is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 198 | 206 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.19 |
| HSL | 182.49º | 0.88% | 0.43% | - |
| HSV(B) | 182.49º | 0.94% | 0.81% | - |
| XYZ | 31.5 | 44.93 | 65.4 | - |
| YUV | 143.6 | 163.21 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 206 | 0.94 | 0.04 | 0 | 0.19 | 182.49 | 0.88 | 0.43 |
| Hex | D | C6 | CE | 5E | 4 | 0 | 13 | B6 | 58 | 2B |
| Octal | 15 | 306 | 316 | 136 | 4 | 0 | 23 | 266 | 130 | 53 |
| Binary | 1101 | 11000110 | 11001110 | 1011110 | 100 | 0 | 10011 | 10110110 | 1011000 | 101011 |
Color Harmonies of #0DC6CE
Complementary color
Monochromatic Colors of #0DC6CE
Black with #0DC6CE
Text Example
Text Example
White with #0DC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC6CE; }
p { color: rgb(13,198,206); }
H1.HeaderClassName
{
color: #0DC6CE;
}
.AnyTagClassName
{
color: #0DC6CE;
}
</style>
background-color css
<style>
a { background-color: #0DC6CE; }
a { background-color: rgb(13,198,206); }
div.DivClassName
{
background-color: #0DC6CE;
}
.BgClassName
{
background-color: #0DC6CE;
}
</style>
border-color css
<style>
span { border-color: #0DC6CE; }
span { border-color: rgb(13,198,206); }
td.TdClassName
{
border-color: #0DC6CE;
}
.TagClassName
{
border-color: #0DC6CE;
}
</style>