#118CCB

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

Shades of Pacific Blue #118CCB

Tints of Pacific Blue #118CCB

Color information

#118CCB (or 0x118CCB) is unknown color: approx Pacific Blue. HEX triplet: 11, 8C and CB. RGB value is (17,140,203). Sum of RGB (Red+Green+Blue) = 17+140+203=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #118CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CCB is #EE7334. Grayscale: #6E6E6E. Windows color (decimal): -15627061 or 13339665. OLE color: 13339665.

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

Color convert

RGB17140203-
CMYK0.920.3100.20
HSL200.32º84.55%43.14%-
HSV(B)200.32º91.63%79.61%-
XYZ20.3923.1959.9-
YUV110.4180.2561.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.72%
GREEN value IS 140 (55.08% from 255) = 38.89%
BLUE value IS 203 (79.69% from 255) = 56.39%
R=4.72%
G=38.89%
B=56.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171402030.920.3100.20200.3284.5543.14
Hex118CCB5C1F014c8552b
Octal212143131343702431012553
Binary100011000110011001011101110011111010100110010001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,140,203); }

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

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

 a { background-color: rgb(17,140,203); }

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

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

 span { border-color: rgb(17,140,203); }

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