Shades of Robin's Egg Blue #0CDDB8
Tints of Robin's Egg Blue #0CDDB8
RGB
CMYK
RGB Variations
Color information
#0CDDB8 (or 0x0CDDB8) is known color: Robin's Egg Blue. HEX triplet: 0C, DD and B8. RGB value is (12,221,184). Sum of RGB (Red+Green+Blue) = 12+221+184=417 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDB8 is #F32247. Grayscale: #9A9A9A. Windows color (decimal): -15934024 or 12115212. OLE color: 12115212.
HSL color Cylindrical-coordinate representation of color #0CDDB8: hue angle of 169.38º 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 #0CDDB8 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 184 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.13 |
| HSL | 169.38º | 0.9% | 0.46% | - |
| HSV(B) | 169.38º | 0.95% | 0.87% | - |
| XYZ | 34.66 | 55.25 | 54.19 | - |
| YUV | 154.29 | 144.76 | 26.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 184 | 0.95 | 0 | 0.17 | 0.13 | 169.38 | 0.9 | 0.46 |
| Hex | C | DD | B8 | 5F | 0 | 11 | D | A9 | 5A | 2E |
| Octal | 14 | 335 | 270 | 137 | 0 | 21 | 15 | 251 | 132 | 56 |
| Binary | 1100 | 11011101 | 10111000 | 1011111 | 0 | 10001 | 1101 | 10101001 | 1011010 | 101110 |
Color Harmonies of #0CDDB8
Complementary color
Monochromatic Colors of #0CDDB8
Black with #0CDDB8
Text Example
Text Example
White with #0CDDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDB8; }
p { color: rgb(12,221,184); }
H1.HeaderClassName
{
color: #0CDDB8;
}
.AnyTagClassName
{
color: #0CDDB8;
}
</style>
background-color css
<style>
a { background-color: #0CDDB8; }
a { background-color: rgb(12,221,184); }
div.DivClassName
{
background-color: #0CDDB8;
}
.BgClassName
{
background-color: #0CDDB8;
}
</style>
border-color css
<style>
span { border-color: #0CDDB8; }
span { border-color: rgb(12,221,184); }
td.TdClassName
{
border-color: #0CDDB8;
}
.TagClassName
{
border-color: #0CDDB8;
}
</style>