#11a5c4

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

Shades of Pacific Blue #11A5C4

Tints of Pacific Blue #11A5C4

Color information

#11A5C4 (or 0x11A5C4) is unknown color: approx Pacific Blue. HEX triplet: 11, A5 and C4. RGB value is (17,165,196). Sum of RGB (Red+Green+Blue) = 17+165+196=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #11A5C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A5C4 is #EE5A3B. Grayscale: #7C7C7C. Windows color (decimal): -15620668 or 12887313. OLE color: 12887313.

HSL color Cylindrical-coordinate representation of color #11A5C4: hue angle of 190.39º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11A5C4 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17165196-
CMYK0.910.1600.23
HSL190.39º84.04%41.76%-
HSV(B)190.39º91.33%76.86%-
XYZ23.6531.0156.96-
YUV124.28168.4751.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.50%
GREEN value IS 165 (64.84% from 255) = 43.65%
BLUE value IS 196 (76.95% from 255) = 51.85%
R=4.50%
G=43.65%
B=51.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171651960.910.1600.23190.3984.0441.76
Hex11A5C45B10017be542a
Octal212453041332002727612452
Binary100011010010111000100101101110000010111101111101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11a5c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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