#11A4DD

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

Shades of Pacific Blue #11A4DD

Tints of Pacific Blue #11A4DD

Color information

#11A4DD (or 0x11A4DD) is unknown color: approx Pacific Blue. HEX triplet: 11, A4 and DD. RGB value is (17,164,221). Sum of RGB (Red+Green+Blue) = 17+164+221=402 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.23% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #11A4DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A4DD is #EE5B22. Grayscale: #7E7E7E. Windows color (decimal): -15620899 or 14525457. OLE color: 14525457.

HSL color Cylindrical-coordinate representation of color #11A4DD: hue angle of 196.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11A4DD is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17164221-
CMYK0.920.2600.13
HSL196.76º85.71%46.67%-
HSV(B)196.76º92.31%86.67%-
XYZ26.5631.8973.16-
YUV126.54181.349.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.23%
GREEN value IS 164 (64.45% from 255) = 40.80%
BLUE value IS 221 (86.72% from 255) = 54.98%
R=4.23%
G=40.80%
B=54.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171642210.920.2600.13196.7685.7146.67
Hex11A4DD5C1A0Dc5562f
Octal212443351343201530512657
Binary10001101001001101110110111001101001101110001011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,164,221); }

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

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

 a { background-color: rgb(17,164,221); }

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

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

 span { border-color: rgb(17,164,221); }

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