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