Shades of Robin's Egg Blue #0ACDBD
Tints of Robin's Egg Blue #0ACDBD
RGB
CMYK
RGB Variations
Color information
#0ACDBD (or 0x0ACDBD) is known color: Robin's Egg Blue. HEX triplet: 0A, CD and BD. RGB value is (10,205,189). Sum of RGB (Red+Green+Blue) = 10+205+189=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACDBD is #F53242. Grayscale: #909090. Windows color (decimal): -16069187 or 12438794. OLE color: 12438794.
HSL color Cylindrical-coordinate representation of color #0ACDBD: hue angle of 175.08º 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 #0ACDBD is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 205 | 189 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.20 |
| HSL | 175.08º | 0.91% | 0.42% | - |
| HSV(B) | 175.08º | 0.95% | 0.8% | - |
| XYZ | 31.14 | 47.4 | 55.65 | - |
| YUV | 144.87 | 152.9 | 31.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 205 | 189 | 0.95 | 0 | 0.08 | 0.20 | 175.08 | 0.91 | 0.42 |
| Hex | A | CD | BD | 5F | 0 | 8 | 14 | AF | 5B | 2A |
| Octal | 12 | 315 | 275 | 137 | 0 | 10 | 24 | 257 | 133 | 52 |
| Binary | 1010 | 11001101 | 10111101 | 1011111 | 0 | 1000 | 10100 | 10101111 | 1011011 | 101010 |
Color Harmonies of #0ACDBD
Complementary color
Monochromatic Colors of #0ACDBD
Black with #0ACDBD
Text Example
Text Example
White with #0ACDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACDBD; }
p { color: rgb(10,205,189); }
H1.HeaderClassName
{
color: #0ACDBD;
}
.AnyTagClassName
{
color: #0ACDBD;
}
</style>
background-color css
<style>
a { background-color: #0ACDBD; }
a { background-color: rgb(10,205,189); }
div.DivClassName
{
background-color: #0ACDBD;
}
.BgClassName
{
background-color: #0ACDBD;
}
</style>
border-color css
<style>
span { border-color: #0ACDBD; }
span { border-color: rgb(10,205,189); }
td.TdClassName
{
border-color: #0ACDBD;
}
.TagClassName
{
border-color: #0ACDBD;
}
</style>