Shades of Robin's Egg Blue #0CCCCD
Tints of Robin's Egg Blue #0CCCCD
RGB
CMYK
RGB Variations
Color information
#0CCCCD (or 0x0CCCCD) is known color: Robin's Egg Blue. HEX triplet: 0C, CC and CD. RGB value is (12,204,205). Sum of RGB (Red+Green+Blue) = 12+204+205=421 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.85% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #0CCCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCCCD is #F33332. Grayscale: #929292. Windows color (decimal): -15938355 or 13487116. OLE color: 13487116.
HSL color Cylindrical-coordinate representation of color #0CCCCD: hue angle of 180.31º degrees, saturation: 0.89, 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 #0CCCCD is Cyan = 0.94, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 204 | 205 | - |
| CMYK | 0.94 | 0.00 | 0 | 0.20 |
| HSL | 180.31º | 0.89% | 0.43% | - |
| HSV(B) | 180.31º | 0.94% | 0.8% | - |
| XYZ | 32.76 | 47.67 | 65.23 | - |
| YUV | 146.71 | 160.89 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 205 | 0.94 | 0.00 | 0 | 0.20 | 180.31 | 0.89 | 0.43 |
| Hex | C | CC | CD | 5E | 0 | 0 | 14 | B4 | 59 | 2B |
| Octal | 14 | 314 | 315 | 136 | 0 | 0 | 24 | 264 | 131 | 53 |
| Binary | 1100 | 11001100 | 11001101 | 1011110 | 0 | 0 | 10100 | 10110100 | 1011001 | 101011 |
Color Harmonies of #0CCCCD
Complementary color
Monochromatic Colors of #0CCCCD
Black with #0CCCCD
Text Example
Text Example
White with #0CCCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCCCD; }
p { color: rgb(12,204,205); }
H1.HeaderClassName
{
color: #0CCCCD;
}
.AnyTagClassName
{
color: #0CCCCD;
}
</style>
background-color css
<style>
a { background-color: #0CCCCD; }
a { background-color: rgb(12,204,205); }
div.DivClassName
{
background-color: #0CCCCD;
}
.BgClassName
{
background-color: #0CCCCD;
}
</style>
border-color css
<style>
span { border-color: #0CCCCD; }
span { border-color: rgb(12,204,205); }
td.TdClassName
{
border-color: #0CCCCD;
}
.TagClassName
{
border-color: #0CCCCD;
}
</style>