Shades of Robin's Egg Blue #0DC9CC
Tints of Robin's Egg Blue #0DC9CC
RGB
CMYK
RGB Variations
Color information
#0DC9CC (or 0x0DC9CC) is known color: Robin's Egg Blue. HEX triplet: 0D, C9 and CC. RGB value is (13,201,204). Sum of RGB (Red+Green+Blue) = 13+201+204=418 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.11% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DC9CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC9CC is #F23633. Grayscale: #909090. Windows color (decimal): -15873588 or 13420813. OLE color: 13420813.
HSL color Cylindrical-coordinate representation of color #0DC9CC: hue angle of 180.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC9CC is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 201 | 204 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.2 |
| HSL | 180.94º | 0.88% | 0.43% | - |
| HSV(B) | 180.94º | 0.94% | 0.8% | - |
| XYZ | 31.95 | 46.22 | 64.36 | - |
| YUV | 145.13 | 161.22 | 33.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 204 | 0.94 | 0.01 | 0 | 0.2 | 180.94 | 0.88 | 0.43 |
| Hex | D | C9 | CC | 5E | 1 | 0 | 14 | B5 | 58 | 2B |
| Octal | 15 | 311 | 314 | 136 | 1 | 0 | 24 | 265 | 130 | 53 |
| Binary | 1101 | 11001001 | 11001100 | 1011110 | 1 | 0 | 10100 | 10110101 | 1011000 | 101011 |
Color Harmonies of #0DC9CC
Complementary color
Monochromatic Colors of #0DC9CC
Black with #0DC9CC
Text Example
Text Example
White with #0DC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC9CC; }
p { color: rgb(13,201,204); }
H1.HeaderClassName
{
color: #0DC9CC;
}
.AnyTagClassName
{
color: #0DC9CC;
}
</style>
background-color css
<style>
a { background-color: #0DC9CC; }
a { background-color: rgb(13,201,204); }
div.DivClassName
{
background-color: #0DC9CC;
}
.BgClassName
{
background-color: #0DC9CC;
}
</style>
border-color css
<style>
span { border-color: #0DC9CC; }
span { border-color: rgb(13,201,204); }
td.TdClassName
{
border-color: #0DC9CC;
}
.TagClassName
{
border-color: #0DC9CC;
}
</style>