Shades of Robin's Egg Blue #11DAC0
Tints of Robin's Egg Blue #11DAC0
RGB
CMYK
RGB Variations
Color information
#11DAC0 (or 0x11DAC0) is known color: Robin's Egg Blue. HEX triplet: 11, DA and C0. RGB value is (17,218,192). Sum of RGB (Red+Green+Blue) = 17+218+192=427 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.98% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #11DAC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DAC0 is #EE253F. Grayscale: #9A9A9A. Windows color (decimal): -15607104 or 12638737. OLE color: 12638737.
HSL color Cylindrical-coordinate representation of color #11DAC0: hue angle of 172.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DAC0 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 218 | 192 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.15 |
| HSL | 172.24º | 0.86% | 0.46% | - |
| HSV(B) | 172.24º | 0.92% | 0.85% | - |
| XYZ | 34.82 | 54.07 | 58.47 | - |
| YUV | 154.94 | 148.91 | 29.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 218 | 192 | 0.92 | 0 | 0.12 | 0.15 | 172.24 | 0.86 | 0.46 |
| Hex | 11 | DA | C0 | 5C | 0 | C | F | AC | 56 | 2E |
| Octal | 21 | 332 | 300 | 134 | 0 | 14 | 17 | 254 | 126 | 56 |
| Binary | 10001 | 11011010 | 11000000 | 1011100 | 0 | 1100 | 1111 | 10101100 | 1010110 | 101110 |
Color Harmonies of #11DAC0
Complementary color
Monochromatic Colors of #11DAC0
Black with #11DAC0
Text Example
Text Example
White with #11DAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DAC0; }
p { color: rgb(17,218,192); }
H1.HeaderClassName
{
color: #11DAC0;
}
.AnyTagClassName
{
color: #11DAC0;
}
</style>
background-color css
<style>
a { background-color: #11DAC0; }
a { background-color: rgb(17,218,192); }
div.DivClassName
{
background-color: #11DAC0;
}
.BgClassName
{
background-color: #11DAC0;
}
</style>
border-color css
<style>
span { border-color: #11DAC0; }
span { border-color: rgb(17,218,192); }
td.TdClassName
{
border-color: #11DAC0;
}
.TagClassName
{
border-color: #11DAC0;
}
</style>