Shades of Robin's Egg Blue #0AD9CB
Tints of Robin's Egg Blue #0AD9CB
RGB
CMYK
RGB Variations
Color information
#0AD9CB (or 0x0AD9CB) is known color: Robin's Egg Blue. HEX triplet: 0A, D9 and CB. RGB value is (10,217,203). Sum of RGB (Red+Green+Blue) = 10+217+203=430 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD9CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD9CB is #F52634. Grayscale: #999999. Windows color (decimal): -16066101 or 13359370. OLE color: 13359370.
HSL color Cylindrical-coordinate representation of color #0AD9CB: hue angle of 175.94º 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 #0AD9CB is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 203 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.15 |
| HSL | 175.94º | 0.91% | 0.45% | - |
| HSV(B) | 175.94º | 0.95% | 0.85% | - |
| XYZ | 35.72 | 54 | 65.04 | - |
| YUV | 153.51 | 155.92 | 25.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 203 | 0.95 | 0 | 0.06 | 0.15 | 175.94 | 0.91 | 0.45 |
| Hex | A | D9 | CB | 5F | 0 | 6 | F | B0 | 5B | 2D |
| Octal | 12 | 331 | 313 | 137 | 0 | 6 | 17 | 260 | 133 | 55 |
| Binary | 1010 | 11011001 | 11001011 | 1011111 | 0 | 110 | 1111 | 10110000 | 1011011 | 101101 |
Color Harmonies of #0AD9CB
Complementary color
Monochromatic Colors of #0AD9CB
Black with #0AD9CB
Text Example
Text Example
White with #0AD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD9CB; }
p { color: rgb(10,217,203); }
H1.HeaderClassName
{
color: #0AD9CB;
}
.AnyTagClassName
{
color: #0AD9CB;
}
</style>
background-color css
<style>
a { background-color: #0AD9CB; }
a { background-color: rgb(10,217,203); }
div.DivClassName
{
background-color: #0AD9CB;
}
.BgClassName
{
background-color: #0AD9CB;
}
</style>
border-color css
<style>
span { border-color: #0AD9CB; }
span { border-color: rgb(10,217,203); }
td.TdClassName
{
border-color: #0AD9CB;
}
.TagClassName
{
border-color: #0AD9CB;
}
</style>