#118fcc

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

Shades of Pacific Blue #118FCC

Tints of Pacific Blue #118FCC

Color information

#118FCC (or 0x118FCC) is unknown color: approx Pacific Blue. HEX triplet: 11, 8F and CC. RGB value is (17,143,204). Sum of RGB (Red+Green+Blue) = 17+143+204=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #118FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FCC is #EE7033. Grayscale: #6F6F6F. Windows color (decimal): -15626292 or 13405969. OLE color: 13405969.

HSL color Cylindrical-coordinate representation of color #118FCC: hue angle of 199.57º 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 #118FCC is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17143204-
CMYK0.920.3000.2
HSL199.57º84.62%43.33%-
HSV(B)199.57º91.67%80%-
XYZ20.9524.1260.68-
YUV112.28179.7660.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.67%
GREEN value IS 143 (56.25% from 255) = 39.29%
BLUE value IS 204 (80.08% from 255) = 56.04%
R=4.67%
G=39.29%
B=56.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171432040.920.3000.2199.5784.6243.33
Hex118FCC5C1E014c8552b
Octal212173141343602431012553
Binary100011000111111001100101110011110010100110010001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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