Shades of Robin's Egg Blue #0DCBCC
Tints of Robin's Egg Blue #0DCBCC
RGB
CMYK
RGB Variations
Color information
#0DCBCC (or 0x0DCBCC) is known color: Robin's Egg Blue. HEX triplet: 0D, CB and CC. RGB value is (13,203,204). Sum of RGB (Red+Green+Blue) = 13+203+204=420 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DCBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBCC is #F23433. Grayscale: #929292. Windows color (decimal): -15873076 or 13421325. OLE color: 13421325.
HSL color Cylindrical-coordinate representation of color #0DCBCC: hue angle of 180.31º 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 #0DCBCC is Cyan = 0.94, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 203 | 204 | - |
| CMYK | 0.94 | 0.00 | 0 | 0.2 |
| HSL | 180.31º | 0.88% | 0.43% | - |
| HSV(B) | 180.31º | 0.94% | 0.8% | - |
| XYZ | 32.42 | 47.16 | 64.52 | - |
| YUV | 146.3 | 160.55 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 204 | 0.94 | 0.00 | 0 | 0.2 | 180.31 | 0.88 | 0.43 |
| Hex | D | CB | CC | 5E | 0 | 0 | 14 | B4 | 58 | 2B |
| Octal | 15 | 313 | 314 | 136 | 0 | 0 | 24 | 264 | 130 | 53 |
| Binary | 1101 | 11001011 | 11001100 | 1011110 | 0 | 0 | 10100 | 10110100 | 1011000 | 101011 |
Color Harmonies of #0DCBCC
Complementary color
Monochromatic Colors of #0DCBCC
Black with #0DCBCC
Text Example
Text Example
White with #0DCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBCC; }
p { color: rgb(13,203,204); }
H1.HeaderClassName
{
color: #0DCBCC;
}
.AnyTagClassName
{
color: #0DCBCC;
}
</style>
background-color css
<style>
a { background-color: #0DCBCC; }
a { background-color: rgb(13,203,204); }
div.DivClassName
{
background-color: #0DCBCC;
}
.BgClassName
{
background-color: #0DCBCC;
}
</style>
border-color css
<style>
span { border-color: #0DCBCC; }
span { border-color: rgb(13,203,204); }
td.TdClassName
{
border-color: #0DCBCC;
}
.TagClassName
{
border-color: #0DCBCC;
}
</style>