#1188D4

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

Shades of Pacific Blue #1188D4

Tints of Pacific Blue #1188D4

Color information

#1188D4 (or 0x1188D4) is unknown color: approx Pacific Blue. HEX triplet: 11, 88 and D4. RGB value is (17,136,212). Sum of RGB (Red+Green+Blue) = 17+136+212=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 212 (83.20% from 255 or 58.08% from 365); Max value from RGB is 212 - color contains mainly: blue. Hex color #1188D4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1188D4 is #EE772B. Grayscale: #6C6C6C. Windows color (decimal): -15628076 or 13928465. OLE color: 13928465.

HSL color Cylindrical-coordinate representation of color #1188D4: hue angle of 203.38º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1188D4 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17136212-
CMYK0.920.3600.17
HSL203.38º85.15%44.9%-
HSV(B)203.38º91.98%83.14%-
XYZ20.9222.4865.52-
YUV109.08186.0862.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.66%
GREEN value IS 136 (53.52% from 255) = 37.26%
BLUE value IS 212 (83.20% from 255) = 58.08%
R=4.66%
G=37.26%
B=58.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal171362120.920.3600.17203.3885.1544.9
Hex1188D45C24011cb552d
Octal212103241344402131312555
Binary1000110001000110101001011100100100010001110010111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1188D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1188D4; }

 p { color: rgb(17,136,212); }

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

<style>
 a { background-color: #1188D4; }

 a { background-color: rgb(17,136,212); }

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

<style>
 span { border-color: #1188D4; }

 span { border-color: rgb(17,136,212); }

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