#11A5BD

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

Shades of Pacific Blue #11A5BD

Tints of Pacific Blue #11A5BD

Color information

#11A5BD (or 0x11A5BD) is unknown color: approx Pacific Blue. HEX triplet: 11, A5 and BD. RGB value is (17,165,189). Sum of RGB (Red+Green+Blue) = 17+165+189=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #11A5BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A5BD is #EE5A42. Grayscale: #7B7B7B. Windows color (decimal): -15620675 or 12428561. OLE color: 12428561.

HSL color Cylindrical-coordinate representation of color #11A5BD: hue angle of 188.37º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11A5BD is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17165189-
CMYK0.910.1300.26
HSL188.37º83.5%40.39%-
HSV(B)188.37º91.01%74.12%-
XYZ22.8730.752.87-
YUV123.48164.9752.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.58%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 189 (74.22% from 255) = 50.94%
R=4.58%
G=44.47%
B=50.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171651890.910.1300.26188.3783.540.39
Hex11A5BD5BD01Abc5328
Octal212452751331503227412350
Binary10001101001011011110110110111101011010101111001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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