Shades of Robin's Egg Blue #0ADDC3
Tints of Robin's Egg Blue #0ADDC3
RGB
CMYK
RGB Variations
Color information
#0ADDC3 (or 0x0ADDC3) is known color: Robin's Egg Blue. HEX triplet: 0A, DD and C3. RGB value is (10,221,195). Sum of RGB (Red+Green+Blue) = 10+221+195=426 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.35% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDC3 is #F5223C. Grayscale: #9A9A9A. Windows color (decimal): -16065085 or 12836106. OLE color: 12836106.
HSL color Cylindrical-coordinate representation of color #0ADDC3: hue angle of 172.61º 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 #0ADDC3 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 221 | 195 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.13 |
| HSL | 172.61º | 0.91% | 0.45% | - |
| HSV(B) | 172.61º | 0.95% | 0.87% | - |
| XYZ | 35.83 | 55.72 | 60.5 | - |
| YUV | 154.95 | 150.6 | 24.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 195 | 0.95 | 0 | 0.12 | 0.13 | 172.61 | 0.91 | 0.45 |
| Hex | A | DD | C3 | 5F | 0 | C | D | AD | 5B | 2D |
| Octal | 12 | 335 | 303 | 137 | 0 | 14 | 15 | 255 | 133 | 55 |
| Binary | 1010 | 11011101 | 11000011 | 1011111 | 0 | 1100 | 1101 | 10101101 | 1011011 | 101101 |
Color Harmonies of #0ADDC3
Complementary color
Monochromatic Colors of #0ADDC3
Black with #0ADDC3
Text Example
Text Example
White with #0ADDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADDC3; }
p { color: rgb(10,221,195); }
H1.HeaderClassName
{
color: #0ADDC3;
}
.AnyTagClassName
{
color: #0ADDC3;
}
</style>
background-color css
<style>
a { background-color: #0ADDC3; }
a { background-color: rgb(10,221,195); }
div.DivClassName
{
background-color: #0ADDC3;
}
.BgClassName
{
background-color: #0ADDC3;
}
</style>
border-color css
<style>
span { border-color: #0ADDC3; }
span { border-color: rgb(10,221,195); }
td.TdClassName
{
border-color: #0ADDC3;
}
.TagClassName
{
border-color: #0ADDC3;
}
</style>