Shades of Robin's Egg Blue #0ACEC8
Tints of Robin's Egg Blue #0ACEC8
RGB
CMYK
RGB Variations
Color information
#0ACEC8 (or 0x0ACEC8) is known color: Robin's Egg Blue. HEX triplet: 0A, CE and C8. RGB value is (10,206,200). Sum of RGB (Red+Green+Blue) = 10+206+200=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACEC8 is #F53137. Grayscale: #929292. Windows color (decimal): -16068920 or 13159946. OLE color: 13159946.
HSL color Cylindrical-coordinate representation of color #0ACEC8: hue angle of 178.16º 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 #0ACEC8 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 200 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.19 |
| HSL | 178.16º | 0.91% | 0.42% | - |
| HSV(B) | 178.16º | 0.95% | 0.81% | - |
| XYZ | 32.62 | 48.38 | 62.26 | - |
| YUV | 146.71 | 158.07 | 30.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 200 | 0.95 | 0 | 0.03 | 0.19 | 178.16 | 0.91 | 0.42 |
| Hex | A | CE | C8 | 5F | 0 | 3 | 13 | B2 | 5B | 2A |
| Octal | 12 | 316 | 310 | 137 | 0 | 3 | 23 | 262 | 133 | 52 |
| Binary | 1010 | 11001110 | 11001000 | 1011111 | 0 | 11 | 10011 | 10110010 | 1011011 | 101010 |
Color Harmonies of #0ACEC8
Complementary color
Monochromatic Colors of #0ACEC8
Black with #0ACEC8
Text Example
Text Example
White with #0ACEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACEC8; }
p { color: rgb(10,206,200); }
H1.HeaderClassName
{
color: #0ACEC8;
}
.AnyTagClassName
{
color: #0ACEC8;
}
</style>
background-color css
<style>
a { background-color: #0ACEC8; }
a { background-color: rgb(10,206,200); }
div.DivClassName
{
background-color: #0ACEC8;
}
.BgClassName
{
background-color: #0ACEC8;
}
</style>
border-color css
<style>
span { border-color: #0ACEC8; }
span { border-color: rgb(10,206,200); }
td.TdClassName
{
border-color: #0ACEC8;
}
.TagClassName
{
border-color: #0ACEC8;
}
</style>