Shades of Pacific Blue #11A3CA
Tints of Pacific Blue #11A3CA
RGB
CMYK
RGB Variations
Color information
#11A3CA (or 0x11A3CA) is known color: Pacific Blue. HEX triplet: 11, A3 and CA. RGB value is (17,163,202). Sum of RGB (Red+Green+Blue) = 17+163+202=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #11A3CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A3CA is #EE5C35. Grayscale: #7B7B7B. Windows color (decimal): -15621174 or 13280017. OLE color: 13280017.
HSL color Cylindrical-coordinate representation of color #11A3CA: hue angle of 192.65º 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 #11A3CA is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 163 | 202 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.21 |
| HSL | 192.65º | 0.84% | 0.43% | - |
| HSV(B) | 192.65º | 0.92% | 0.79% | - |
| XYZ | 23.99 | 30.58 | 60.51 | - |
| YUV | 123.79 | 172.13 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 163 | 202 | 0.92 | 0.19 | 0 | 0.21 | 192.65 | 0.84 | 0.43 |
| Hex | 11 | A3 | CA | 5C | 13 | 0 | 15 | C1 | 54 | 2B |
| Octal | 21 | 243 | 312 | 134 | 23 | 0 | 25 | 301 | 124 | 53 |
| Binary | 10001 | 10100011 | 11001010 | 1011100 | 10011 | 0 | 10101 | 11000001 | 1010100 | 101011 |
Color Harmonies of #11A3CA
Complementary color
Monochromatic Colors of #11A3CA
Black with #11A3CA
Text Example
Text Example
White with #11A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A3CA; }
p { color: rgb(17,163,202); }
H1.HeaderClassName
{
color: #11A3CA;
}
.AnyTagClassName
{
color: #11A3CA;
}
</style>
background-color css
<style>
a { background-color: #11A3CA; }
a { background-color: rgb(17,163,202); }
div.DivClassName
{
background-color: #11A3CA;
}
.BgClassName
{
background-color: #11A3CA;
}
</style>
border-color css
<style>
span { border-color: #11A3CA; }
span { border-color: rgb(17,163,202); }
td.TdClassName
{
border-color: #11A3CA;
}
.TagClassName
{
border-color: #11A3CA;
}
</style>