#118EC8

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

Shades of Pacific Blue #118EC8

Tints of Pacific Blue #118EC8

Color information

#118EC8 (or 0x118EC8) is unknown color: approx Pacific Blue. HEX triplet: 11, 8E and C8. RGB value is (17,142,200). Sum of RGB (Red+Green+Blue) = 17+142+200=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 200 (78.52% from 255 or 55.71% from 359); Max value from RGB is 200 - color contains mainly: blue. Hex color #118EC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118EC8 is #EE7137. Grayscale: #6E6E6E. Windows color (decimal): -15626552 or 13143569. OLE color: 13143569.

HSL color Cylindrical-coordinate representation of color #118EC8: hue angle of 199.02º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118EC8 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17142200-
CMYK0.920.2900.22
HSL199.02º84.33%42.55%-
HSV(B)199.02º91.5%78.43%-
XYZ20.3323.6458.13-
YUV111.24178.0960.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.74%
GREEN value IS 142 (55.86% from 255) = 39.55%
BLUE value IS 200 (78.52% from 255) = 55.71%
R=4.74%
G=39.55%
B=55.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171422000.920.2900.22199.0284.3342.55
Hex118EC85C1D016c7542b
Octal212163101343502630712453
Binary100011000111011001000101110011101010110110001111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118EC8; }

 p { color: rgb(17,142,200); }

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

<style>
 a { background-color: #118EC8; }

 a { background-color: rgb(17,142,200); }

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

<style>
 span { border-color: #118EC8; }

 span { border-color: rgb(17,142,200); }

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