Shades of Robin's Egg Blue #0ADBBC
Tints of Robin's Egg Blue #0ADBBC
RGB
CMYK
RGB Variations
Color information
#0ADBBC (or 0x0ADBBC) is known color: Robin's Egg Blue. HEX triplet: 0A, DB and BC. RGB value is (10,219,188). Sum of RGB (Red+Green+Blue) = 10+219+188=417 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADBBC is #F52443. Grayscale: #989898. Windows color (decimal): -16065604 or 12376842. OLE color: 12376842.
HSL color Cylindrical-coordinate representation of color #0ADBBC: hue angle of 171.1º 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 #0ADBBC is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 219 | 188 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.14 |
| HSL | 171.1º | 0.91% | 0.45% | - |
| HSV(B) | 171.1º | 0.95% | 0.86% | - |
| XYZ | 34.53 | 54.36 | 56.25 | - |
| YUV | 152.98 | 147.76 | 26.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 188 | 0.95 | 0 | 0.14 | 0.14 | 171.1 | 0.91 | 0.45 |
| Hex | A | DB | BC | 5F | 0 | E | E | AB | 5B | 2D |
| Octal | 12 | 333 | 274 | 137 | 0 | 16 | 16 | 253 | 133 | 55 |
| Binary | 1010 | 11011011 | 10111100 | 1011111 | 0 | 1110 | 1110 | 10101011 | 1011011 | 101101 |
Color Harmonies of #0ADBBC
Complementary color
Monochromatic Colors of #0ADBBC
Black with #0ADBBC
Text Example
Text Example
White with #0ADBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADBBC; }
p { color: rgb(10,219,188); }
H1.HeaderClassName
{
color: #0ADBBC;
}
.AnyTagClassName
{
color: #0ADBBC;
}
</style>
background-color css
<style>
a { background-color: #0ADBBC; }
a { background-color: rgb(10,219,188); }
div.DivClassName
{
background-color: #0ADBBC;
}
.BgClassName
{
background-color: #0ADBBC;
}
</style>
border-color css
<style>
span { border-color: #0ADBBC; }
span { border-color: rgb(10,219,188); }
td.TdClassName
{
border-color: #0ADBBC;
}
.TagClassName
{
border-color: #0ADBBC;
}
</style>