Shades of Robin's Egg Blue #0AD9CA
Tints of Robin's Egg Blue #0AD9CA
RGB
CMYK
RGB Variations
Color information
#0AD9CA (or 0x0AD9CA) is known color: Robin's Egg Blue. HEX triplet: 0A, D9 and CA. RGB value is (10,217,202). Sum of RGB (Red+Green+Blue) = 10+217+202=429 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD9CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD9CA is #F52635. Grayscale: #999999. Windows color (decimal): -16066102 or 13293834. OLE color: 13293834.
HSL color Cylindrical-coordinate representation of color #0AD9CA: hue angle of 175.65º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD9CA is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 202 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.15 |
| HSL | 175.65º | 0.91% | 0.45% | - |
| HSV(B) | 175.65º | 0.95% | 0.85% | - |
| XYZ | 35.6 | 53.95 | 64.42 | - |
| YUV | 153.4 | 155.42 | 25.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 202 | 0.95 | 0 | 0.07 | 0.15 | 175.65 | 0.91 | 0.45 |
| Hex | A | D9 | CA | 5F | 0 | 7 | F | B0 | 5B | 2D |
| Octal | 12 | 331 | 312 | 137 | 0 | 7 | 17 | 260 | 133 | 55 |
| Binary | 1010 | 11011001 | 11001010 | 1011111 | 0 | 111 | 1111 | 10110000 | 1011011 | 101101 |
Color Harmonies of #0AD9CA
Complementary color
Monochromatic Colors of #0AD9CA
Black with #0AD9CA
Text Example
Text Example
White with #0AD9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD9CA; }
p { color: rgb(10,217,202); }
H1.HeaderClassName
{
color: #0AD9CA;
}
.AnyTagClassName
{
color: #0AD9CA;
}
</style>
background-color css
<style>
a { background-color: #0AD9CA; }
a { background-color: rgb(10,217,202); }
div.DivClassName
{
background-color: #0AD9CA;
}
.BgClassName
{
background-color: #0AD9CA;
}
</style>
border-color css
<style>
span { border-color: #0AD9CA; }
span { border-color: rgb(10,217,202); }
td.TdClassName
{
border-color: #0AD9CA;
}
.TagClassName
{
border-color: #0AD9CA;
}
</style>