Shades of Pelorous #11A2B1
Tints of Pelorous #11A2B1
RGB
CMYK
RGB Variations
Color information
#11A2B1 (or 0x11A2B1) is known color: Pelorous. HEX triplet: 11, A2 and B1. RGB value is (17,162,177). Sum of RGB (Red+Green+Blue) = 17+162+177=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #11A2B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A2B1 is #EE5D4E. Grayscale: #787878. Windows color (decimal): -15621455 or 11641361. OLE color: 11641361.
HSL color Cylindrical-coordinate representation of color #11A2B1: hue angle of 185.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A2B1 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 162 | 177 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.31 |
| HSL | 185.63º | 0.82% | 0.38% | - |
| HSV(B) | 185.63º | 0.9% | 0.69% | - |
| XYZ | 21.09 | 29.13 | 46.11 | - |
| YUV | 120.36 | 159.96 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 162 | 177 | 0.90 | 0.08 | 0 | 0.31 | 185.63 | 0.82 | 0.38 |
| Hex | 11 | A2 | B1 | 5A | 8 | 0 | 1F | BA | 52 | 26 |
| Octal | 21 | 242 | 261 | 132 | 10 | 0 | 37 | 272 | 122 | 46 |
| Binary | 10001 | 10100010 | 10110001 | 1011010 | 1000 | 0 | 11111 | 10111010 | 1010010 | 100110 |
Color Harmonies of #11A2B1
Complementary color
Monochromatic Colors of #11A2B1
Black with #11A2B1
Text Example
Text Example
White with #11A2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A2B1; }
p { color: rgb(17,162,177); }
H1.HeaderClassName
{
color: #11A2B1;
}
.AnyTagClassName
{
color: #11A2B1;
}
</style>
background-color css
<style>
a { background-color: #11A2B1; }
a { background-color: rgb(17,162,177); }
div.DivClassName
{
background-color: #11A2B1;
}
.BgClassName
{
background-color: #11A2B1;
}
</style>
border-color css
<style>
span { border-color: #11A2B1; }
span { border-color: rgb(17,162,177); }
td.TdClassName
{
border-color: #11A2B1;
}
.TagClassName
{
border-color: #11A2B1;
}
</style>