Shades of Robin's Egg Blue #11CCB5
Tints of Robin's Egg Blue #11CCB5
RGB
CMYK
RGB Variations
Color information
#11CCB5 (or 0x11CCB5) is known color: Robin's Egg Blue. HEX triplet: 11, CC and B5. RGB value is (17,204,181). Sum of RGB (Red+Green+Blue) = 17+204+181=402 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.23% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #11CCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CCB5 is #EE334A. Grayscale: #919191. Windows color (decimal): -15610699 or 11914257. OLE color: 11914257.
HSL color Cylindrical-coordinate representation of color #11CCB5: hue angle of 172.62º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CCB5 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 204 | 181 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.2 |
| HSL | 172.62º | 0.85% | 0.43% | - |
| HSV(B) | 172.62º | 0.92% | 0.8% | - |
| XYZ | 30.16 | 46.64 | 51.13 | - |
| YUV | 145.47 | 148.05 | 36.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 204 | 181 | 0.92 | 0 | 0.11 | 0.2 | 172.62 | 0.85 | 0.43 |
| Hex | 11 | CC | B5 | 5C | 0 | B | 14 | AD | 55 | 2B |
| Octal | 21 | 314 | 265 | 134 | 0 | 13 | 24 | 255 | 125 | 53 |
| Binary | 10001 | 11001100 | 10110101 | 1011100 | 0 | 1011 | 10100 | 10101101 | 1010101 | 101011 |
Color Harmonies of #11CCB5
Complementary color
Monochromatic Colors of #11CCB5
Black with #11CCB5
Text Example
Text Example
White with #11CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CCB5; }
p { color: rgb(17,204,181); }
H1.HeaderClassName
{
color: #11CCB5;
}
.AnyTagClassName
{
color: #11CCB5;
}
</style>
background-color css
<style>
a { background-color: #11CCB5; }
a { background-color: rgb(17,204,181); }
div.DivClassName
{
background-color: #11CCB5;
}
.BgClassName
{
background-color: #11CCB5;
}
</style>
border-color css
<style>
span { border-color: #11CCB5; }
span { border-color: rgb(17,204,181); }
td.TdClassName
{
border-color: #11CCB5;
}
.TagClassName
{
border-color: #11CCB5;
}
</style>