#118ECA

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

Shades of Pacific Blue #118ECA

Tints of Pacific Blue #118ECA

Color information

#118ECA (or 0x118ECA) is unknown color: approx Pacific Blue. HEX triplet: 11, 8E and CA. RGB value is (17,142,202). Sum of RGB (Red+Green+Blue) = 17+142+202=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #118ECA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ECA is #EE7135. Grayscale: #6F6F6F. Windows color (decimal): -15626550 or 13274641. OLE color: 13274641.

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

Color convert

RGB17142202-
CMYK0.920.3000.21
HSL199.46º84.47%42.94%-
HSV(B)199.46º91.58%79.22%-
XYZ20.5623.7359.37-
YUV111.46179.0960.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.71%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 202 (79.30% from 255) = 55.96%
R=4.71%
G=39.34%
B=55.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171422020.920.3000.21199.4684.4742.94
Hex118ECA5C1E015c7542b
Octal212163121343602530712453
Binary100011000111011001010101110011110010101110001111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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