Shades of Robin's Egg Blue #0ADEC3
Tints of Robin's Egg Blue #0ADEC3
RGB
CMYK
RGB Variations
Color information
#0ADEC3 (or 0x0ADEC3) is known color: Robin's Egg Blue. HEX triplet: 0A, DE and C3. RGB value is (10,222,195). Sum of RGB (Red+Green+Blue) = 10+222+195=427 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 427); Green value is 222 (87.11% from 255 or 51.99% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADEC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADEC3 is #F5213C. Grayscale: #9B9B9B. Windows color (decimal): -16064829 or 12836362. OLE color: 12836362.
HSL color Cylindrical-coordinate representation of color #0ADEC3: hue angle of 172.36º 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 #0ADEC3 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 195 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.13 |
| HSL | 172.36º | 0.91% | 0.45% | - |
| HSV(B) | 172.36º | 0.95% | 0.87% | - |
| XYZ | 36.1 | 56.25 | 60.58 | - |
| YUV | 155.53 | 150.26 | 24.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 195 | 0.95 | 0 | 0.12 | 0.13 | 172.36 | 0.91 | 0.45 |
| Hex | A | DE | C3 | 5F | 0 | C | D | AC | 5B | 2D |
| Octal | 12 | 336 | 303 | 137 | 0 | 14 | 15 | 254 | 133 | 55 |
| Binary | 1010 | 11011110 | 11000011 | 1011111 | 0 | 1100 | 1101 | 10101100 | 1011011 | 101101 |
Color Harmonies of #0ADEC3
Complementary color
Monochromatic Colors of #0ADEC3
Black with #0ADEC3
Text Example
Text Example
White with #0ADEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEC3; }
p { color: rgb(10,222,195); }
H1.HeaderClassName
{
color: #0ADEC3;
}
.AnyTagClassName
{
color: #0ADEC3;
}
</style>
background-color css
<style>
a { background-color: #0ADEC3; }
a { background-color: rgb(10,222,195); }
div.DivClassName
{
background-color: #0ADEC3;
}
.BgClassName
{
background-color: #0ADEC3;
}
</style>
border-color css
<style>
span { border-color: #0ADEC3; }
span { border-color: rgb(10,222,195); }
td.TdClassName
{
border-color: #0ADEC3;
}
.TagClassName
{
border-color: #0ADEC3;
}
</style>