Shades of Robin's Egg Blue #0ADFC1
Tints of Robin's Egg Blue #0ADFC1
RGB
CMYK
RGB Variations
Color information
#0ADFC1 (or 0x0ADFC1) is known color: Robin's Egg Blue. HEX triplet: 0A, DF and C1. RGB value is (10,223,193). Sum of RGB (Red+Green+Blue) = 10+223+193=426 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.35% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADFC1 is #F5203E. Grayscale: #9B9B9B. Windows color (decimal): -16064575 or 12705546. OLE color: 12705546.
HSL color Cylindrical-coordinate representation of color #0ADFC1: hue angle of 171.55º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADFC1 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 193 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.13 |
| HSL | 171.55º | 0.91% | 0.46% | - |
| HSV(B) | 171.55º | 0.96% | 0.87% | - |
| XYZ | 36.14 | 56.69 | 59.49 | - |
| YUV | 155.89 | 148.93 | 23.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 193 | 0.96 | 0 | 0.13 | 0.13 | 171.55 | 0.91 | 0.46 |
| Hex | A | DF | C1 | 60 | 0 | D | D | AC | 5B | 2E |
| Octal | 12 | 337 | 301 | 140 | 0 | 15 | 15 | 254 | 133 | 56 |
| Binary | 1010 | 11011111 | 11000001 | 1100000 | 0 | 1101 | 1101 | 10101100 | 1011011 | 101110 |
Color Harmonies of #0ADFC1
Complementary color
Monochromatic Colors of #0ADFC1
Black with #0ADFC1
Text Example
Text Example
White with #0ADFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADFC1; }
p { color: rgb(10,223,193); }
H1.HeaderClassName
{
color: #0ADFC1;
}
.AnyTagClassName
{
color: #0ADFC1;
}
</style>
background-color css
<style>
a { background-color: #0ADFC1; }
a { background-color: rgb(10,223,193); }
div.DivClassName
{
background-color: #0ADFC1;
}
.BgClassName
{
background-color: #0ADFC1;
}
</style>
border-color css
<style>
span { border-color: #0ADFC1; }
span { border-color: rgb(10,223,193); }
td.TdClassName
{
border-color: #0ADFC1;
}
.TagClassName
{
border-color: #0ADFC1;
}
</style>