Shades of Robin's Egg Blue #0ADDBC
Tints of Robin's Egg Blue #0ADDBC
RGB
CMYK
RGB Variations
Color information
#0ADDBC (or 0x0ADDBC) is known color: Robin's Egg Blue. HEX triplet: 0A, DD and BC. RGB value is (10,221,188). Sum of RGB (Red+Green+Blue) = 10+221+188=419 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDBC is #F52243. Grayscale: #9A9A9A. Windows color (decimal): -16065092 or 12377354. OLE color: 12377354.
HSL color Cylindrical-coordinate representation of color #0ADDBC: hue angle of 170.62º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADDBC is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 221 | 188 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.13 |
| HSL | 170.62º | 0.91% | 0.45% | - |
| HSV(B) | 170.62º | 0.95% | 0.87% | - |
| XYZ | 35.06 | 55.41 | 56.42 | - |
| YUV | 154.15 | 147.1 | 25.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 188 | 0.95 | 0 | 0.15 | 0.13 | 170.62 | 0.91 | 0.45 |
| Hex | A | DD | BC | 5F | 0 | F | D | AB | 5B | 2D |
| Octal | 12 | 335 | 274 | 137 | 0 | 17 | 15 | 253 | 133 | 55 |
| Binary | 1010 | 11011101 | 10111100 | 1011111 | 0 | 1111 | 1101 | 10101011 | 1011011 | 101101 |
Color Harmonies of #0ADDBC
Complementary color
Monochromatic Colors of #0ADDBC
Black with #0ADDBC
Text Example
Text Example
White with #0ADDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADDBC; }
p { color: rgb(10,221,188); }
H1.HeaderClassName
{
color: #0ADDBC;
}
.AnyTagClassName
{
color: #0ADDBC;
}
</style>
background-color css
<style>
a { background-color: #0ADDBC; }
a { background-color: rgb(10,221,188); }
div.DivClassName
{
background-color: #0ADDBC;
}
.BgClassName
{
background-color: #0ADDBC;
}
</style>
border-color css
<style>
span { border-color: #0ADDBC; }
span { border-color: rgb(10,221,188); }
td.TdClassName
{
border-color: #0ADDBC;
}
.TagClassName
{
border-color: #0ADDBC;
}
</style>