Shades of Robin's Egg Blue #0CCDCE
Tints of Robin's Egg Blue #0CCDCE
RGB
CMYK
RGB Variations
Color information
#0CCDCE (or 0x0CCDCE) is known color: Robin's Egg Blue. HEX triplet: 0C, CD and CE. RGB value is (12,205,206). Sum of RGB (Red+Green+Blue) = 12+205+206=423 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #0CCDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCDCE is #F33231. Grayscale: #939393. Windows color (decimal): -15938098 or 13552908. OLE color: 13552908.
HSL color Cylindrical-coordinate representation of color #0CCDCE: hue angle of 180.31º degrees, saturation: 0.89, 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 #0CCDCE is Cyan = 0.94, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 205 | 206 | - |
| CMYK | 0.94 | 0.00 | 0 | 0.19 |
| HSL | 180.31º | 0.89% | 0.43% | - |
| HSV(B) | 180.31º | 0.94% | 0.81% | - |
| XYZ | 33.12 | 48.2 | 65.95 | - |
| YUV | 147.41 | 161.06 | 31.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 206 | 0.94 | 0.00 | 0 | 0.19 | 180.31 | 0.89 | 0.43 |
| Hex | C | CD | CE | 5E | 0 | 0 | 13 | B4 | 59 | 2B |
| Octal | 14 | 315 | 316 | 136 | 0 | 0 | 23 | 264 | 131 | 53 |
| Binary | 1100 | 11001101 | 11001110 | 1011110 | 0 | 0 | 10011 | 10110100 | 1011001 | 101011 |
Color Harmonies of #0CCDCE
Complementary color
Monochromatic Colors of #0CCDCE
Black with #0CCDCE
Text Example
Text Example
White with #0CCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCDCE; }
p { color: rgb(12,205,206); }
H1.HeaderClassName
{
color: #0CCDCE;
}
.AnyTagClassName
{
color: #0CCDCE;
}
</style>
background-color css
<style>
a { background-color: #0CCDCE; }
a { background-color: rgb(12,205,206); }
div.DivClassName
{
background-color: #0CCDCE;
}
.BgClassName
{
background-color: #0CCDCE;
}
</style>
border-color css
<style>
span { border-color: #0CCDCE; }
span { border-color: rgb(12,205,206); }
td.TdClassName
{
border-color: #0CCDCE;
}
.TagClassName
{
border-color: #0CCDCE;
}
</style>