#119EBC

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

Shades of Pacific Blue #119EBC

Tints of Pacific Blue #119EBC

Color information

#119EBC (or 0x119EBC) is unknown color: approx Pacific Blue. HEX triplet: 11, 9E and BC. RGB value is (17,158,188). Sum of RGB (Red+Green+Blue) = 17+158+188=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #119EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119EBC is #EE6143. Grayscale: #777777. Windows color (decimal): -15622468 or 12361233. OLE color: 12361233.

HSL color Cylindrical-coordinate representation of color #119EBC: hue angle of 190.53º 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 #119EBC is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17158188-
CMYK0.910.1600.26
HSL190.53º83.41%40.2%-
HSV(B)190.53º90.96%73.73%-
XYZ21.5428.251.89-
YUV119.26166.7955.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.68%
GREEN value IS 158 (62.11% from 255) = 43.53%
BLUE value IS 188 (73.83% from 255) = 51.79%
R=4.68%
G=43.53%
B=51.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171581880.910.1600.26190.5383.4140.2
Hex119EBC5B1001Abf5328
Octal212362741332003227712350
Binary100011001111010111100101101110000011010101111111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119EBC; }

 p { color: rgb(17,158,188); }

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

<style>
 a { background-color: #119EBC; }

 a { background-color: rgb(17,158,188); }

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

<style>
 span { border-color: #119EBC; }

 span { border-color: rgb(17,158,188); }

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