Shades of Robin's Egg Blue #01DAC9
Tints of Robin's Egg Blue #01DAC9
RGB
CMYK
RGB Variations
Color information
#01DAC9 (or 0x01DAC9) is known color: Robin's Egg Blue. HEX triplet: 01, DA and C9. RGB value is (1,218,201). Sum of RGB (Red+Green+Blue) = 1+218+201=420 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #01DAC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DAC9 is #FE2536. Grayscale: #979797. Windows color (decimal): -16655671 or 13228545. OLE color: 13228545.
HSL color Cylindrical-coordinate representation of color #01DAC9: hue angle of 175.3º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DAC9 is Cyan = 1.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 218 | 201 | - |
| CMYK | 1.00 | 0 | 0.08 | 0.15 |
| HSL | 175.3º | 0.99% | 0.43% | - |
| HSV(B) | 175.3º | 1% | 0.85% | - |
| XYZ | 35.63 | 54.37 | 63.87 | - |
| YUV | 151.18 | 156.11 | 20.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 218 | 201 | 1.00 | 0 | 0.08 | 0.15 | 175.3 | 0.99 | 0.43 |
| Hex | 1 | DA | C9 | 64 | 0 | 8 | F | AF | 63 | 2B |
| Octal | 1 | 332 | 311 | 144 | 0 | 10 | 17 | 257 | 143 | 53 |
| Binary | 1 | 11011010 | 11001001 | 1100100 | 0 | 1000 | 1111 | 10101111 | 1100011 | 101011 |
Color Harmonies of #01DAC9
Complementary color
Monochromatic Colors of #01DAC9
Black with #01DAC9
Text Example
Text Example
White with #01DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DAC9; }
p { color: rgb(1,218,201); }
H1.HeaderClassName
{
color: #01DAC9;
}
.AnyTagClassName
{
color: #01DAC9;
}
</style>
background-color css
<style>
a { background-color: #01DAC9; }
a { background-color: rgb(1,218,201); }
div.DivClassName
{
background-color: #01DAC9;
}
.BgClassName
{
background-color: #01DAC9;
}
</style>
border-color css
<style>
span { border-color: #01DAC9; }
span { border-color: rgb(1,218,201); }
td.TdClassName
{
border-color: #01DAC9;
}
.TagClassName
{
border-color: #01DAC9;
}
</style>