Shades of Robin's Egg Blue #0DCBCE
Tints of Robin's Egg Blue #0DCBCE
RGB
CMYK
RGB Variations
Color information
#0DCBCE (or 0x0DCBCE) is known color: Robin's Egg Blue. HEX triplet: 0D, CB and CE. RGB value is (13,203,206). Sum of RGB (Red+Green+Blue) = 13+203+206=422 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.08% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #0DCBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBCE is #F23431. Grayscale: #929292. Windows color (decimal): -15873074 or 13552397. OLE color: 13552397.
HSL color Cylindrical-coordinate representation of color #0DCBCE: hue angle of 180.93º 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 #0DCBCE is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 203 | 206 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.19 |
| HSL | 180.93º | 0.88% | 0.43% | - |
| HSV(B) | 180.93º | 0.94% | 0.81% | - |
| XYZ | 32.66 | 47.25 | 65.79 | - |
| YUV | 146.53 | 161.55 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 206 | 0.94 | 0.01 | 0 | 0.19 | 180.93 | 0.88 | 0.43 |
| Hex | D | CB | CE | 5E | 1 | 0 | 13 | B5 | 58 | 2B |
| Octal | 15 | 313 | 316 | 136 | 1 | 0 | 23 | 265 | 130 | 53 |
| Binary | 1101 | 11001011 | 11001110 | 1011110 | 1 | 0 | 10011 | 10110101 | 1011000 | 101011 |
Color Harmonies of #0DCBCE
Complementary color
Monochromatic Colors of #0DCBCE
Black with #0DCBCE
Text Example
Text Example
White with #0DCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBCE; }
p { color: rgb(13,203,206); }
H1.HeaderClassName
{
color: #0DCBCE;
}
.AnyTagClassName
{
color: #0DCBCE;
}
</style>
background-color css
<style>
a { background-color: #0DCBCE; }
a { background-color: rgb(13,203,206); }
div.DivClassName
{
background-color: #0DCBCE;
}
.BgClassName
{
background-color: #0DCBCE;
}
</style>
border-color css
<style>
span { border-color: #0DCBCE; }
span { border-color: rgb(13,203,206); }
td.TdClassName
{
border-color: #0DCBCE;
}
.TagClassName
{
border-color: #0DCBCE;
}
</style>