Shades of Robin's Egg Blue #0ACEC5
Tints of Robin's Egg Blue #0ACEC5
RGB
CMYK
RGB Variations
Color information
#0ACEC5 (or 0x0ACEC5) is known color: Robin's Egg Blue. HEX triplet: 0A, CE and C5. RGB value is (10,206,197). Sum of RGB (Red+Green+Blue) = 10+206+197=413 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.42% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 197 (77.34% from 255 or 47.70% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACEC5 is #F5313A. Grayscale: #929292. Windows color (decimal): -16068923 or 12963338. OLE color: 12963338.
HSL color Cylindrical-coordinate representation of color #0ACEC5: hue angle of 177.24º 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 #0ACEC5 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 197 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.19 |
| HSL | 177.24º | 0.91% | 0.42% | - |
| HSV(B) | 177.24º | 0.95% | 0.81% | - |
| XYZ | 32.27 | 48.24 | 60.43 | - |
| YUV | 146.37 | 156.57 | 30.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 197 | 0.95 | 0 | 0.04 | 0.19 | 177.24 | 0.91 | 0.42 |
| Hex | A | CE | C5 | 5F | 0 | 4 | 13 | B1 | 5B | 2A |
| Octal | 12 | 316 | 305 | 137 | 0 | 4 | 23 | 261 | 133 | 52 |
| Binary | 1010 | 11001110 | 11000101 | 1011111 | 0 | 100 | 10011 | 10110001 | 1011011 | 101010 |
Color Harmonies of #0ACEC5
Complementary color
Monochromatic Colors of #0ACEC5
Black with #0ACEC5
Text Example
Text Example
White with #0ACEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACEC5; }
p { color: rgb(10,206,197); }
H1.HeaderClassName
{
color: #0ACEC5;
}
.AnyTagClassName
{
color: #0ACEC5;
}
</style>
background-color css
<style>
a { background-color: #0ACEC5; }
a { background-color: rgb(10,206,197); }
div.DivClassName
{
background-color: #0ACEC5;
}
.BgClassName
{
background-color: #0ACEC5;
}
</style>
border-color css
<style>
span { border-color: #0ACEC5; }
span { border-color: rgb(10,206,197); }
td.TdClassName
{
border-color: #0ACEC5;
}
.TagClassName
{
border-color: #0ACEC5;
}
</style>