Shades of Robin's Egg Blue #0ADDBE
Tints of Robin's Egg Blue #0ADDBE
RGB
CMYK
RGB Variations
Color information
#0ADDBE (or 0x0ADDBE) is known color: Robin's Egg Blue. HEX triplet: 0A, DD and BE. RGB value is (10,221,190). Sum of RGB (Red+Green+Blue) = 10+221+190=421 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDBE is #F52241. Grayscale: #9A9A9A. Windows color (decimal): -16065090 or 12508426. OLE color: 12508426.
HSL color Cylindrical-coordinate representation of color #0ADDBE: hue angle of 171.18º 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 #0ADDBE is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 221 | 190 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.13 |
| HSL | 171.18º | 0.91% | 0.45% | - |
| HSV(B) | 171.18º | 0.95% | 0.87% | - |
| XYZ | 35.28 | 55.5 | 57.57 | - |
| YUV | 154.38 | 148.1 | 25.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 190 | 0.95 | 0 | 0.14 | 0.13 | 171.18 | 0.91 | 0.45 |
| Hex | A | DD | BE | 5F | 0 | E | D | AB | 5B | 2D |
| Octal | 12 | 335 | 276 | 137 | 0 | 16 | 15 | 253 | 133 | 55 |
| Binary | 1010 | 11011101 | 10111110 | 1011111 | 0 | 1110 | 1101 | 10101011 | 1011011 | 101101 |
Color Harmonies of #0ADDBE
Complementary color
Monochromatic Colors of #0ADDBE
Black with #0ADDBE
Text Example
Text Example
White with #0ADDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADDBE; }
p { color: rgb(10,221,190); }
H1.HeaderClassName
{
color: #0ADDBE;
}
.AnyTagClassName
{
color: #0ADDBE;
}
</style>
background-color css
<style>
a { background-color: #0ADDBE; }
a { background-color: rgb(10,221,190); }
div.DivClassName
{
background-color: #0ADDBE;
}
.BgClassName
{
background-color: #0ADDBE;
}
</style>
border-color css
<style>
span { border-color: #0ADDBE; }
span { border-color: rgb(10,221,190); }
td.TdClassName
{
border-color: #0ADDBE;
}
.TagClassName
{
border-color: #0ADDBE;
}
</style>