Shades of Robin's Egg Blue #0ACDB9
Tints of Robin's Egg Blue #0ACDB9
RGB
CMYK
RGB Variations
Color information
#0ACDB9 (or 0x0ACDB9) is known color: Robin's Egg Blue. HEX triplet: 0A, CD and B9. RGB value is (10,205,185). Sum of RGB (Red+Green+Blue) = 10+205+185=400 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.5% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACDB9 is #F53246. Grayscale: #909090. Windows color (decimal): -16069191 or 12176650. OLE color: 12176650.
HSL color Cylindrical-coordinate representation of color #0ACDB9: hue angle of 173.85º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACDB9 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 205 | 185 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.20 |
| HSL | 173.85º | 0.91% | 0.42% | - |
| HSV(B) | 173.85º | 0.95% | 0.8% | - |
| XYZ | 30.71 | 47.23 | 53.4 | - |
| YUV | 144.42 | 150.9 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 205 | 185 | 0.95 | 0 | 0.10 | 0.20 | 173.85 | 0.91 | 0.42 |
| Hex | A | CD | B9 | 5F | 0 | A | 14 | AE | 5B | 2A |
| Octal | 12 | 315 | 271 | 137 | 0 | 12 | 24 | 256 | 133 | 52 |
| Binary | 1010 | 11001101 | 10111001 | 1011111 | 0 | 1010 | 10100 | 10101110 | 1011011 | 101010 |
Color Harmonies of #0ACDB9
Complementary color
Monochromatic Colors of #0ACDB9
Black with #0ACDB9
Text Example
Text Example
White with #0ACDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACDB9; }
p { color: rgb(10,205,185); }
H1.HeaderClassName
{
color: #0ACDB9;
}
.AnyTagClassName
{
color: #0ACDB9;
}
</style>
background-color css
<style>
a { background-color: #0ACDB9; }
a { background-color: rgb(10,205,185); }
div.DivClassName
{
background-color: #0ACDB9;
}
.BgClassName
{
background-color: #0ACDB9;
}
</style>
border-color css
<style>
span { border-color: #0ACDB9; }
span { border-color: rgb(10,205,185); }
td.TdClassName
{
border-color: #0ACDB9;
}
.TagClassName
{
border-color: #0ACDB9;
}
</style>