Shades of Robin's Egg Blue #0AD1CB
Tints of Robin's Egg Blue #0AD1CB
RGB
CMYK
RGB Variations
Color information
#0AD1CB (or 0x0AD1CB) is known color: Robin's Egg Blue. HEX triplet: 0A, D1 and CB. RGB value is (10,209,203). Sum of RGB (Red+Green+Blue) = 10+209+203=422 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.37% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD1CB is #F52E34. Grayscale: #949494. Windows color (decimal): -16068149 or 13357322. OLE color: 13357322.
HSL color Cylindrical-coordinate representation of color #0AD1CB: hue angle of 178.19º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD1CB is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 209 | 203 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.18 |
| HSL | 178.19º | 0.91% | 0.43% | - |
| HSV(B) | 178.19º | 0.95% | 0.82% | - |
| XYZ | 33.71 | 49.98 | 64.37 | - |
| YUV | 148.82 | 158.57 | 28.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 209 | 203 | 0.95 | 0 | 0.03 | 0.18 | 178.19 | 0.91 | 0.43 |
| Hex | A | D1 | CB | 5F | 0 | 3 | 12 | B2 | 5B | 2B |
| Octal | 12 | 321 | 313 | 137 | 0 | 3 | 22 | 262 | 133 | 53 |
| Binary | 1010 | 11010001 | 11001011 | 1011111 | 0 | 11 | 10010 | 10110010 | 1011011 | 101011 |
Color Harmonies of #0AD1CB
Complementary color
Monochromatic Colors of #0AD1CB
Black with #0AD1CB
Text Example
Text Example
White with #0AD1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD1CB; }
p { color: rgb(10,209,203); }
H1.HeaderClassName
{
color: #0AD1CB;
}
.AnyTagClassName
{
color: #0AD1CB;
}
</style>
background-color css
<style>
a { background-color: #0AD1CB; }
a { background-color: rgb(10,209,203); }
div.DivClassName
{
background-color: #0AD1CB;
}
.BgClassName
{
background-color: #0AD1CB;
}
</style>
border-color css
<style>
span { border-color: #0AD1CB; }
span { border-color: rgb(10,209,203); }
td.TdClassName
{
border-color: #0AD1CB;
}
.TagClassName
{
border-color: #0AD1CB;
}
</style>