#118DD6

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

Shades of Pacific Blue #118DD6

Tints of Pacific Blue #118DD6

Color information

#118DD6 (or 0x118DD6) is unknown color: approx Pacific Blue. HEX triplet: 11, 8D and D6. RGB value is (17,141,214). Sum of RGB (Red+Green+Blue) = 17+141+214=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 214 (83.98% from 255 or 57.53% from 372); Max value from RGB is 214 - color contains mainly: blue. Hex color #118DD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DD6 is #EE7229. Grayscale: #6F6F6F. Windows color (decimal): -15626794 or 14060817. OLE color: 14060817.

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

Color convert

RGB17141214-
CMYK0.920.3400.16
HSL202.23º85.28%45.29%-
HSV(B)202.23º92.06%83.92%-
XYZ21.8924.0267.1-
YUV112.25185.4260.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.57%
GREEN value IS 141 (55.47% from 255) = 37.90%
BLUE value IS 214 (83.98% from 255) = 57.53%
R=4.57%
G=37.90%
B=57.53%

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
Decimal171412140.920.3400.16202.2385.2845.29
Hex118DD65C22010ca552d
Octal212153261344202031212555
Binary1000110001101110101101011100100010010000110010101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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