Shades of Robin's Egg Blue #0DCDB3
Tints of Robin's Egg Blue #0DCDB3
RGB
CMYK
RGB Variations
Color information
#0DCDB3 (or 0x0DCDB3) is known color: Robin's Egg Blue. HEX triplet: 0D, CD and B3. RGB value is (13,205,179). Sum of RGB (Red+Green+Blue) = 13+205+179=397 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCDB3 is #F2324C. Grayscale: #909090. Windows color (decimal): -15872589 or 11783437. OLE color: 11783437.
HSL color Cylindrical-coordinate representation of color #0DCDB3: hue angle of 171.88º 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 #0DCDB3 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 179 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.20 |
| HSL | 171.88º | 0.88% | 0.43% | - |
| HSV(B) | 171.88º | 0.94% | 0.8% | - |
| XYZ | 30.13 | 47 | 50.13 | - |
| YUV | 144.63 | 147.39 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 179 | 0.94 | 0 | 0.13 | 0.20 | 171.88 | 0.88 | 0.43 |
| Hex | D | CD | B3 | 5E | 0 | D | 14 | AC | 58 | 2B |
| Octal | 15 | 315 | 263 | 136 | 0 | 15 | 24 | 254 | 130 | 53 |
| Binary | 1101 | 11001101 | 10110011 | 1011110 | 0 | 1101 | 10100 | 10101100 | 1011000 | 101011 |
Color Harmonies of #0DCDB3
Complementary color
Monochromatic Colors of #0DCDB3
Black with #0DCDB3
Text Example
Text Example
White with #0DCDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDB3; }
p { color: rgb(13,205,179); }
H1.HeaderClassName
{
color: #0DCDB3;
}
.AnyTagClassName
{
color: #0DCDB3;
}
</style>
background-color css
<style>
a { background-color: #0DCDB3; }
a { background-color: rgb(13,205,179); }
div.DivClassName
{
background-color: #0DCDB3;
}
.BgClassName
{
background-color: #0DCDB3;
}
</style>
border-color css
<style>
span { border-color: #0DCDB3; }
span { border-color: rgb(13,205,179); }
td.TdClassName
{
border-color: #0DCDB3;
}
.TagClassName
{
border-color: #0DCDB3;
}
</style>