Shades of Robin's Egg Blue #0ADEC1
Tints of Robin's Egg Blue #0ADEC1
RGB
CMYK
RGB Variations
Color information
#0ADEC1 (or 0x0ADEC1) is known color: Robin's Egg Blue. HEX triplet: 0A, DE and C1. RGB value is (10,222,193). Sum of RGB (Red+Green+Blue) = 10+222+193=425 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.35% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADEC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADEC1 is #F5213E. Grayscale: #9B9B9B. Windows color (decimal): -16064831 or 12705290. OLE color: 12705290.
HSL color Cylindrical-coordinate representation of color #0ADEC1: hue angle of 171.79º 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 #0ADEC1 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 193 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.13 |
| HSL | 171.79º | 0.91% | 0.45% | - |
| HSV(B) | 171.79º | 0.95% | 0.87% | - |
| XYZ | 35.87 | 56.16 | 59.4 | - |
| YUV | 155.31 | 149.26 | 24.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 193 | 0.95 | 0 | 0.13 | 0.13 | 171.79 | 0.91 | 0.45 |
| Hex | A | DE | C1 | 5F | 0 | D | D | AC | 5B | 2D |
| Octal | 12 | 336 | 301 | 137 | 0 | 15 | 15 | 254 | 133 | 55 |
| Binary | 1010 | 11011110 | 11000001 | 1011111 | 0 | 1101 | 1101 | 10101100 | 1011011 | 101101 |
Color Harmonies of #0ADEC1
Complementary color
Monochromatic Colors of #0ADEC1
Black with #0ADEC1
Text Example
Text Example
White with #0ADEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEC1; }
p { color: rgb(10,222,193); }
H1.HeaderClassName
{
color: #0ADEC1;
}
.AnyTagClassName
{
color: #0ADEC1;
}
</style>
background-color css
<style>
a { background-color: #0ADEC1; }
a { background-color: rgb(10,222,193); }
div.DivClassName
{
background-color: #0ADEC1;
}
.BgClassName
{
background-color: #0ADEC1;
}
</style>
border-color css
<style>
span { border-color: #0ADEC1; }
span { border-color: rgb(10,222,193); }
td.TdClassName
{
border-color: #0ADEC1;
}
.TagClassName
{
border-color: #0ADEC1;
}
</style>