#118cd5

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

Shades of Pacific Blue #118CD5

Tints of Pacific Blue #118CD5

Color information

#118CD5 (or 0x118CD5) is unknown color: approx Pacific Blue. HEX triplet: 11, 8C and D5. RGB value is (17,140,213). Sum of RGB (Red+Green+Blue) = 17+140+213=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 213 (83.59% from 255 or 57.57% from 370); Max value from RGB is 213 - color contains mainly: blue. Hex color #118CD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CD5 is #EE732A. Grayscale: #6F6F6F. Windows color (decimal): -15627051 or 13995025. OLE color: 13995025.

HSL color Cylindrical-coordinate representation of color #118CD5: hue angle of 202.35º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118CD5 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17140213-
CMYK0.920.3400.16
HSL202.35º85.22%45.1%-
HSV(B)202.35º92.02%83.53%-
XYZ21.6223.6866.38-
YUV111.54185.2560.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.59%
GREEN value IS 140 (55.08% from 255) = 37.84%
BLUE value IS 213 (83.59% from 255) = 57.57%
R=4.59%
G=37.84%
B=57.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171402130.920.3400.16202.3585.2245.1
Hex118CD55C22010ca552d
Octal212143251344202031212555
Binary1000110001100110101011011100100010010000110010101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118cd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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