Shades of Robin's Egg Blue #0DC5CF
Tints of Robin's Egg Blue #0DC5CF
RGB
CMYK
RGB Variations
Color information
#0DC5CF (or 0x0DC5CF) is known color: Robin's Egg Blue. HEX triplet: 0D, C5 and CF. RGB value is (13,197,207). Sum of RGB (Red+Green+Blue) = 13+197+207=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #0DC5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC5CF is #F23A30. Grayscale: #8E8E8E. Windows color (decimal): -15874609 or 13616397. OLE color: 13616397.
HSL color Cylindrical-coordinate representation of color #0DC5CF: hue angle of 183.09º 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 #0DC5CF is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 197 | 207 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.19 |
| HSL | 183.09º | 0.88% | 0.43% | - |
| HSV(B) | 183.09º | 0.94% | 0.81% | - |
| XYZ | 31.39 | 44.52 | 65.97 | - |
| YUV | 143.12 | 164.04 | 35.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 207 | 0.94 | 0.05 | 0 | 0.19 | 183.09 | 0.88 | 0.43 |
| Hex | D | C5 | CF | 5E | 5 | 0 | 13 | B7 | 58 | 2B |
| Octal | 15 | 305 | 317 | 136 | 5 | 0 | 23 | 267 | 130 | 53 |
| Binary | 1101 | 11000101 | 11001111 | 1011110 | 101 | 0 | 10011 | 10110111 | 1011000 | 101011 |
Color Harmonies of #0DC5CF
Complementary color
Monochromatic Colors of #0DC5CF
Black with #0DC5CF
Text Example
Text Example
White with #0DC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC5CF; }
p { color: rgb(13,197,207); }
H1.HeaderClassName
{
color: #0DC5CF;
}
.AnyTagClassName
{
color: #0DC5CF;
}
</style>
background-color css
<style>
a { background-color: #0DC5CF; }
a { background-color: rgb(13,197,207); }
div.DivClassName
{
background-color: #0DC5CF;
}
.BgClassName
{
background-color: #0DC5CF;
}
</style>
border-color css
<style>
span { border-color: #0DC5CF; }
span { border-color: rgb(13,197,207); }
td.TdClassName
{
border-color: #0DC5CF;
}
.TagClassName
{
border-color: #0DC5CF;
}
</style>