Shades of Robin's Egg Blue #0DCBCD
Tints of Robin's Egg Blue #0DCBCD
RGB
CMYK
RGB Variations
Color information
#0DCBCD (or 0x0DCBCD) is known color: Robin's Egg Blue. HEX triplet: 0D, CB and CD. RGB value is (13,203,205). Sum of RGB (Red+Green+Blue) = 13+203+205=421 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.09% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #0DCBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBCD is #F23432. Grayscale: #929292. Windows color (decimal): -15873075 or 13486861. OLE color: 13486861.
HSL color Cylindrical-coordinate representation of color #0DCBCD: hue angle of 180.62º 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 #0DCBCD is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 205 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.20 |
| HSL | 180.63º | 0.88% | 0.43% | - |
| HSV(B) | 180.63º | 0.94% | 0.8% | - |
| XYZ | 32.54 | 47.21 | 65.15 | - |
| YUV | 146.42 | 161.05 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 205 | 0.94 | 0.01 | 0 | 0.20 | 180.63 | 0.88 | 0.43 |
| Hex | D | CB | CD | 5E | 1 | 0 | 14 | B5 | 58 | 2B |
| Octal | 15 | 313 | 315 | 136 | 1 | 0 | 24 | 265 | 130 | 53 |
| Binary | 1101 | 11001011 | 11001101 | 1011110 | 1 | 0 | 10100 | 10110101 | 1011000 | 101011 |
Color Harmonies of #0DCBCD
Complementary color
Monochromatic Colors of #0DCBCD
Black with #0DCBCD
Text Example
Text Example
White with #0DCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBCD; }
p { color: rgb(13,203,205); }
H1.HeaderClassName
{
color: #0DCBCD;
}
.AnyTagClassName
{
color: #0DCBCD;
}
</style>
background-color css
<style>
a { background-color: #0DCBCD; }
a { background-color: rgb(13,203,205); }
div.DivClassName
{
background-color: #0DCBCD;
}
.BgClassName
{
background-color: #0DCBCD;
}
</style>
border-color css
<style>
span { border-color: #0DCBCD; }
span { border-color: rgb(13,203,205); }
td.TdClassName
{
border-color: #0DCBCD;
}
.TagClassName
{
border-color: #0DCBCD;
}
</style>