Shades of Robin's Egg Blue #0ADCBB
Tints of Robin's Egg Blue #0ADCBB
RGB
CMYK
RGB Variations
Color information
#0ADCBB (or 0x0ADCBB) is known color: Robin's Egg Blue. HEX triplet: 0A, DC and BB. RGB value is (10,220,187). Sum of RGB (Red+Green+Blue) = 10+220+187=417 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCBB is #F52344. Grayscale: #999999. Windows color (decimal): -16065349 or 12311562. OLE color: 12311562.
HSL color Cylindrical-coordinate representation of color #0ADCBB: hue angle of 170.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADCBB is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 187 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.14 |
| HSL | 170.57º | 0.91% | 0.45% | - |
| HSV(B) | 170.57º | 0.95% | 0.86% | - |
| XYZ | 34.69 | 54.84 | 55.77 | - |
| YUV | 153.45 | 146.93 | 25.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 187 | 0.95 | 0 | 0.15 | 0.14 | 170.57 | 0.91 | 0.45 |
| Hex | A | DC | BB | 5F | 0 | F | E | AB | 5B | 2D |
| Octal | 12 | 334 | 273 | 137 | 0 | 17 | 16 | 253 | 133 | 55 |
| Binary | 1010 | 11011100 | 10111011 | 1011111 | 0 | 1111 | 1110 | 10101011 | 1011011 | 101101 |
Color Harmonies of #0ADCBB
Complementary color
Monochromatic Colors of #0ADCBB
Black with #0ADCBB
Text Example
Text Example
White with #0ADCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCBB; }
p { color: rgb(10,220,187); }
H1.HeaderClassName
{
color: #0ADCBB;
}
.AnyTagClassName
{
color: #0ADCBB;
}
</style>
background-color css
<style>
a { background-color: #0ADCBB; }
a { background-color: rgb(10,220,187); }
div.DivClassName
{
background-color: #0ADCBB;
}
.BgClassName
{
background-color: #0ADCBB;
}
</style>
border-color css
<style>
span { border-color: #0ADCBB; }
span { border-color: rgb(10,220,187); }
td.TdClassName
{
border-color: #0ADCBB;
}
.TagClassName
{
border-color: #0ADCBB;
}
</style>