#118DDA

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

Shades of Pacific Blue #118DDA

Tints of Pacific Blue #118DDA

Color information

#118DDA (or 0x118DDA) is unknown color: approx Pacific Blue. HEX triplet: 11, 8D and DA. RGB value is (17,141,218). Sum of RGB (Red+Green+Blue) = 17+141+218=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #118DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DDA is #EE7225. Grayscale: #707070. Windows color (decimal): -15626790 or 14322961. OLE color: 14322961.

HSL color Cylindrical-coordinate representation of color #118DDA: hue angle of 202.99º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118DDA is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17141218-
CMYK0.920.3500.15
HSL202.99º85.53%46.08%-
HSV(B)202.99º92.2%85.49%-
XYZ22.4124.2369.83-
YUV112.7187.4259.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.52%
GREEN value IS 141 (55.47% from 255) = 37.5%
BLUE value IS 218 (85.55% from 255) = 57.98%
R=4.52%
G=37.5%
B=57.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171412180.920.3500.15202.9985.5346.08
Hex118DDA5C230Fcb562e
Octal212153321344301731312656
Binary100011000110111011010101110010001101111110010111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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