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