Shades of Pacific Blue #11A0C0
Tints of Pacific Blue #11A0C0
RGB
CMYK
RGB Variations
Color information
#11A0C0 (or 0x11A0C0) is known color: Pacific Blue. HEX triplet: 11, A0 and C0. RGB value is (17,160,192). Sum of RGB (Red+Green+Blue) = 17+160+192=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #11A0C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A0C0 is #EE5F3F. Grayscale: #787878. Windows color (decimal): -15621952 or 12623889. OLE color: 12623889.
HSL color Cylindrical-coordinate representation of color #11A0C0: hue angle of 190.97º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11A0C0 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 160 | 192 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.25 |
| HSL | 190.97º | 0.84% | 0.41% | - |
| HSV(B) | 190.97º | 0.91% | 0.75% | - |
| XYZ | 22.32 | 29.07 | 54.3 | - |
| YUV | 120.89 | 168.12 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 160 | 192 | 0.91 | 0.17 | 0 | 0.25 | 190.97 | 0.84 | 0.41 |
| Hex | 11 | A0 | C0 | 5B | 11 | 0 | 19 | BF | 54 | 29 |
| Octal | 21 | 240 | 300 | 133 | 21 | 0 | 31 | 277 | 124 | 51 |
| Binary | 10001 | 10100000 | 11000000 | 1011011 | 10001 | 0 | 11001 | 10111111 | 1010100 | 101001 |
Color Harmonies of #11A0C0
Complementary color
Monochromatic Colors of #11A0C0
Black with #11A0C0
Text Example
Text Example
White with #11A0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A0C0; }
p { color: rgb(17,160,192); }
H1.HeaderClassName
{
color: #11A0C0;
}
.AnyTagClassName
{
color: #11A0C0;
}
</style>
background-color css
<style>
a { background-color: #11A0C0; }
a { background-color: rgb(17,160,192); }
div.DivClassName
{
background-color: #11A0C0;
}
.BgClassName
{
background-color: #11A0C0;
}
</style>
border-color css
<style>
span { border-color: #11A0C0; }
span { border-color: rgb(17,160,192); }
td.TdClassName
{
border-color: #11A0C0;
}
.TagClassName
{
border-color: #11A0C0;
}
</style>