#11A1CA

Color #11A1CA Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #11A1CA

Tints of Pacific Blue #11A1CA

Color information

#11A1CA (or 0x11A1CA) is unknown color: approx 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

RGB17161202-
CMYK0.920.2000.21
HSL193.3º84.47%42.94%-
HSV(B)193.3º91.58%79.22%-
XYZ23.6429.8760.4-
YUV122.62172.7952.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 4.47%
GREEN value IS 161 (63.28% from 255) = 42.37%
BLUE value IS 202 (79.30% from 255) = 53.16%
R=4.47%
G=42.37%
B=53.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171612020.920.2000.21193.384.4742.94
Hex11A1CA5C14015c1542b
Octal212413121342402530112453
Binary100011010000111001010101110010100010101110000011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>