Shades of Robin's Egg Blue #0CDDB9
Tints of Robin's Egg Blue #0CDDB9
RGB
CMYK
RGB Variations
Color information
#0CDDB9 (or 0x0CDDB9) is known color: Robin's Egg Blue. HEX triplet: 0C, DD and B9. RGB value is (12,221,185). Sum of RGB (Red+Green+Blue) = 12+221+185=418 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.87% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDB9 is #F32246. Grayscale: #9A9A9A. Windows color (decimal): -15934023 or 12180748. OLE color: 12180748.
HSL color Cylindrical-coordinate representation of color #0CDDB9: hue angle of 169.67º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDDB9 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 185 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.13 |
| HSL | 169.67º | 0.9% | 0.46% | - |
| HSV(B) | 169.67º | 0.95% | 0.87% | - |
| XYZ | 34.77 | 55.29 | 54.74 | - |
| YUV | 154.41 | 145.26 | 26.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 185 | 0.95 | 0 | 0.16 | 0.13 | 169.67 | 0.9 | 0.46 |
| Hex | C | DD | B9 | 5F | 0 | 10 | D | AA | 5A | 2E |
| Octal | 14 | 335 | 271 | 137 | 0 | 20 | 15 | 252 | 132 | 56 |
| Binary | 1100 | 11011101 | 10111001 | 1011111 | 0 | 10000 | 1101 | 10101010 | 1011010 | 101110 |
Color Harmonies of #0CDDB9
Complementary color
Monochromatic Colors of #0CDDB9
Black with #0CDDB9
Text Example
Text Example
White with #0CDDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDB9; }
p { color: rgb(12,221,185); }
H1.HeaderClassName
{
color: #0CDDB9;
}
.AnyTagClassName
{
color: #0CDDB9;
}
</style>
background-color css
<style>
a { background-color: #0CDDB9; }
a { background-color: rgb(12,221,185); }
div.DivClassName
{
background-color: #0CDDB9;
}
.BgClassName
{
background-color: #0CDDB9;
}
</style>
border-color css
<style>
span { border-color: #0CDDB9; }
span { border-color: rgb(12,221,185); }
td.TdClassName
{
border-color: #0CDDB9;
}
.TagClassName
{
border-color: #0CDDB9;
}
</style>