Shades of Robin's Egg Blue #0ACCCE
Tints of Robin's Egg Blue #0ACCCE
RGB
CMYK
RGB Variations
Color information
#0ACCCE (or 0x0ACCCE) is known color: Robin's Egg Blue. HEX triplet: 0A, CC and CE. RGB value is (10,204,206). Sum of RGB (Red+Green+Blue) = 10+204+206=420 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #0ACCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACCCE is #F53331. Grayscale: #929292. Windows color (decimal): -16069426 or 13552650. OLE color: 13552650.
HSL color Cylindrical-coordinate representation of color #0ACCCE: hue angle of 180.61º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACCCE is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 204 | 206 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.19 |
| HSL | 180.61º | 0.91% | 0.42% | - |
| HSV(B) | 180.61º | 0.95% | 0.81% | - |
| XYZ | 32.86 | 47.71 | 65.87 | - |
| YUV | 146.22 | 161.73 | 30.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 206 | 0.95 | 0.01 | 0 | 0.19 | 180.61 | 0.91 | 0.42 |
| Hex | A | CC | CE | 5F | 1 | 0 | 13 | B5 | 5B | 2A |
| Octal | 12 | 314 | 316 | 137 | 1 | 0 | 23 | 265 | 133 | 52 |
| Binary | 1010 | 11001100 | 11001110 | 1011111 | 1 | 0 | 10011 | 10110101 | 1011011 | 101010 |
Color Harmonies of #0ACCCE
Complementary color
Monochromatic Colors of #0ACCCE
Black with #0ACCCE
Text Example
Text Example
White with #0ACCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACCCE; }
p { color: rgb(10,204,206); }
H1.HeaderClassName
{
color: #0ACCCE;
}
.AnyTagClassName
{
color: #0ACCCE;
}
</style>
background-color css
<style>
a { background-color: #0ACCCE; }
a { background-color: rgb(10,204,206); }
div.DivClassName
{
background-color: #0ACCCE;
}
.BgClassName
{
background-color: #0ACCCE;
}
</style>
border-color css
<style>
span { border-color: #0ACCCE; }
span { border-color: rgb(10,204,206); }
td.TdClassName
{
border-color: #0ACCCE;
}
.TagClassName
{
border-color: #0ACCCE;
}
</style>