#118CD6

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

Shades of Pacific Blue #118CD6

Tints of Pacific Blue #118CD6

Color information

#118CD6 (or 0x118CD6) is unknown color: approx Pacific Blue. HEX triplet: 11, 8C and D6. RGB value is (17,140,214). Sum of RGB (Red+Green+Blue) = 17+140+214=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 214 (83.98% from 255 or 57.68% from 371); Max value from RGB is 214 - color contains mainly: blue. Hex color #118CD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CD6 is #EE7329. Grayscale: #6F6F6F. Windows color (decimal): -15627050 or 14060561. OLE color: 14060561.

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

Color convert

RGB17140214-
CMYK0.920.3500.16
HSL202.54º85.28%45.29%-
HSV(B)202.54º92.06%83.92%-
XYZ21.7523.7367.05-
YUV111.66185.7560.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.58%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 214 (83.98% from 255) = 57.68%
R=4.58%
G=37.74%
B=57.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171402140.920.3500.16202.5485.2845.29
Hex118CD65C23010cb552d
Octal212143261344302031312555
Binary1000110001100110101101011100100011010000110010111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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