Shades of Pacific Blue #11A1CA
Tints of Pacific Blue #11A1CA
RGB
CMYK
RGB Variations
Color information
#11A1CA (or 0x11A1CA) is known color: Pacific Blue. HEX triplet: 11, A1 and CA. RGB value is (17,161,202). Sum of RGB (Red+Green+Blue) = 17+161+202=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #11A1CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A1CA is #EE5E35. Grayscale: #7A7A7A. Windows color (decimal): -15621686 or 13279505. OLE color: 13279505.
HSL color Cylindrical-coordinate representation of color #11A1CA: hue angle of 193.3º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11A1CA is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 161 | 202 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.21 |
| HSL | 193.3º | 0.84% | 0.43% | - |
| HSV(B) | 193.3º | 0.92% | 0.79% | - |
| XYZ | 23.64 | 29.87 | 60.4 | - |
| YUV | 122.62 | 172.79 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 161 | 202 | 0.92 | 0.20 | 0 | 0.21 | 193.3 | 0.84 | 0.43 |
| Hex | 11 | A1 | CA | 5C | 14 | 0 | 15 | C1 | 54 | 2B |
| Octal | 21 | 241 | 312 | 134 | 24 | 0 | 25 | 301 | 124 | 53 |
| Binary | 10001 | 10100001 | 11001010 | 1011100 | 10100 | 0 | 10101 | 11000001 | 1010100 | 101011 |
Color Harmonies of #11A1CA
Complementary color
Monochromatic Colors of #11A1CA
Black with #11A1CA
Text Example
Text Example
White with #11A1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A1CA; }
p { color: rgb(17,161,202); }
H1.HeaderClassName
{
color: #11A1CA;
}
.AnyTagClassName
{
color: #11A1CA;
}
</style>
background-color css
<style>
a { background-color: #11A1CA; }
a { background-color: rgb(17,161,202); }
div.DivClassName
{
background-color: #11A1CA;
}
.BgClassName
{
background-color: #11A1CA;
}
</style>
border-color css
<style>
span { border-color: #11A1CA; }
span { border-color: rgb(17,161,202); }
td.TdClassName
{
border-color: #11A1CA;
}
.TagClassName
{
border-color: #11A1CA;
}
</style>