#11A5C1

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

Shades of Pacific Blue #11A5C1

Tints of Pacific Blue #11A5C1

Color information

#11A5C1 (or 0x11A5C1) is unknown color: approx Pacific Blue. HEX triplet: 11, A5 and C1. RGB value is (17,165,193). Sum of RGB (Red+Green+Blue) = 17+165+193=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #11A5C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A5C1 is #EE5A3E. Grayscale: #7B7B7B. Windows color (decimal): -15620671 or 12690705. OLE color: 12690705.

HSL color Cylindrical-coordinate representation of color #11A5C1: hue angle of 189.55º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11A5C1 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17165193-
CMYK0.910.1500.24
HSL189.55º83.81%41.18%-
HSV(B)189.55º91.19%75.69%-
XYZ23.3130.8855.18-
YUV123.94166.9751.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.53%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 193 (75.78% from 255) = 51.47%
R=4.53%
G=44%
B=51.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171651930.910.1500.24189.5583.8141.18
Hex11A5C15BF018be5429
Octal212453011331703027612451
Binary10001101001011100000110110111111011000101111101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11A5C1; }

 p { color: rgb(17,165,193); }

 H1.HeaderClassName
 {
   color: #11A5C1;
 }
 .AnyTagClassName
 {
   color: #11A5C1;
 }
</style>
background-color css

<style>
 a { background-color: #11A5C1; }

 a { background-color: rgb(17,165,193); }

 div.DivClassName
 {
   background-color: #11A5C1;
 }
 .BgClassName
 {
   background-color: #11A5C1;
 }
</style>
border-color css

<style>
 span { border-color: #11A5C1; }

 span { border-color: rgb(17,165,193); }

 td.TdClassName
 {
   border-color: #11A5C1;
 }
 .TagClassName
 {
   border-color: #11A5C1;
 }
</style>