Shades of Robin's Egg Blue #0ADDBB
Tints of Robin's Egg Blue #0ADDBB
RGB
CMYK
RGB Variations
Color information
#0ADDBB (or 0x0ADDBB) is known color: Robin's Egg Blue. HEX triplet: 0A, DD and BB. RGB value is (10,221,187). Sum of RGB (Red+Green+Blue) = 10+221+187=418 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDBB is #F52244. Grayscale: #999999. Windows color (decimal): -16065093 or 12311818. OLE color: 12311818.
HSL color Cylindrical-coordinate representation of color #0ADDBB: hue angle of 170.33º 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 #0ADDBB is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 221 | 187 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.13 |
| HSL | 170.33º | 0.91% | 0.45% | - |
| HSV(B) | 170.33º | 0.95% | 0.87% | - |
| XYZ | 34.95 | 55.37 | 55.86 | - |
| YUV | 154.04 | 146.6 | 25.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 187 | 0.95 | 0 | 0.15 | 0.13 | 170.33 | 0.91 | 0.45 |
| Hex | A | DD | BB | 5F | 0 | F | D | AA | 5B | 2D |
| Octal | 12 | 335 | 273 | 137 | 0 | 17 | 15 | 252 | 133 | 55 |
| Binary | 1010 | 11011101 | 10111011 | 1011111 | 0 | 1111 | 1101 | 10101010 | 1011011 | 101101 |
Color Harmonies of #0ADDBB
Complementary color
Monochromatic Colors of #0ADDBB
Black with #0ADDBB
Text Example
Text Example
White with #0ADDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADDBB; }
p { color: rgb(10,221,187); }
H1.HeaderClassName
{
color: #0ADDBB;
}
.AnyTagClassName
{
color: #0ADDBB;
}
</style>
background-color css
<style>
a { background-color: #0ADDBB; }
a { background-color: rgb(10,221,187); }
div.DivClassName
{
background-color: #0ADDBB;
}
.BgClassName
{
background-color: #0ADDBB;
}
</style>
border-color css
<style>
span { border-color: #0ADDBB; }
span { border-color: rgb(10,221,187); }
td.TdClassName
{
border-color: #0ADDBB;
}
.TagClassName
{
border-color: #0ADDBB;
}
</style>