Shades of Robin's Egg Blue #0CDDC9
Tints of Robin's Egg Blue #0CDDC9
RGB
CMYK
RGB Variations
Color information
#0CDDC9 (or 0x0CDDC9) is known color: Robin's Egg Blue. HEX triplet: 0C, DD and C9. RGB value is (12,221,201). Sum of RGB (Red+Green+Blue) = 12+221+201=434 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDC9 is #F32236. Grayscale: #9C9C9C. Windows color (decimal): -15934007 or 13229324. OLE color: 13229324.
HSL color Cylindrical-coordinate representation of color #0CDDC9: hue angle of 174.26º 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 #0CDDC9 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 201 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.13 |
| HSL | 174.26º | 0.9% | 0.46% | - |
| HSV(B) | 174.26º | 0.95% | 0.87% | - |
| XYZ | 36.55 | 56.01 | 64.14 | - |
| YUV | 156.23 | 153.26 | 25.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 201 | 0.95 | 0 | 0.09 | 0.13 | 174.26 | 0.9 | 0.46 |
| Hex | C | DD | C9 | 5F | 0 | 9 | D | AE | 5A | 2E |
| Octal | 14 | 335 | 311 | 137 | 0 | 11 | 15 | 256 | 132 | 56 |
| Binary | 1100 | 11011101 | 11001001 | 1011111 | 0 | 1001 | 1101 | 10101110 | 1011010 | 101110 |
Color Harmonies of #0CDDC9
Complementary color
Monochromatic Colors of #0CDDC9
Black with #0CDDC9
Text Example
Text Example
White with #0CDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDC9; }
p { color: rgb(12,221,201); }
H1.HeaderClassName
{
color: #0CDDC9;
}
.AnyTagClassName
{
color: #0CDDC9;
}
</style>
background-color css
<style>
a { background-color: #0CDDC9; }
a { background-color: rgb(12,221,201); }
div.DivClassName
{
background-color: #0CDDC9;
}
.BgClassName
{
background-color: #0CDDC9;
}
</style>
border-color css
<style>
span { border-color: #0CDDC9; }
span { border-color: rgb(12,221,201); }
td.TdClassName
{
border-color: #0CDDC9;
}
.TagClassName
{
border-color: #0CDDC9;
}
</style>