#118ACC

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

Shades of Pacific Blue #118ACC

Tints of Pacific Blue #118ACC

Color information

#118ACC (or 0x118ACC) is unknown color: approx Pacific Blue. HEX triplet: 11, 8A and CC. RGB value is (17,138,204). Sum of RGB (Red+Green+Blue) = 17+138+204=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #118ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ACC is #EE7533. Grayscale: #6C6C6C. Windows color (decimal): -15627572 or 13404689. OLE color: 13404689.

HSL color Cylindrical-coordinate representation of color #118ACC: hue angle of 201.18º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118ACC is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17138204-
CMYK0.920.3200.2
HSL201.18º84.62%43.33%-
HSV(B)201.18º91.67%80%-
XYZ20.2222.6660.43-
YUV109.34181.4162.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.74%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 204 (80.08% from 255) = 56.82%
R=4.74%
G=38.44%
B=56.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171382040.920.3200.2201.1884.6243.33
Hex118ACC5C20014c9552b
Octal212123141344002431112553
Binary1000110001010110011001011100100000010100110010011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,138,204); }

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

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

 a { background-color: rgb(17,138,204); }

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

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

 span { border-color: rgb(17,138,204); }

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