#118FC8

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

Shades of Pacific Blue #118FC8

Tints of Pacific Blue #118FC8

Color information

#118FC8 (or 0x118FC8) is unknown color: approx Pacific Blue. HEX triplet: 11, 8F and C8. RGB value is (17,143,200). Sum of RGB (Red+Green+Blue) = 17+143+200=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 200 (78.52% from 255 or 55.56% from 360); Max value from RGB is 200 - color contains mainly: blue. Hex color #118FC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FC8 is #EE7037. Grayscale: #6F6F6F. Windows color (decimal): -15626296 or 13143825. OLE color: 13143825.

HSL color Cylindrical-coordinate representation of color #118FC8: hue angle of 198.69º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118FC8 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17143200-
CMYK0.920.2800.22
HSL198.69º84.33%42.55%-
HSV(B)198.69º91.5%78.43%-
XYZ20.4823.9358.18-
YUV111.82177.7660.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.72%
GREEN value IS 143 (56.25% from 255) = 39.72%
BLUE value IS 200 (78.52% from 255) = 55.56%
R=4.72%
G=39.72%
B=55.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171432000.920.2800.22198.6984.3342.55
Hex118FC85C1C016c7542b
Octal212173101343402630712453
Binary100011000111111001000101110011100010110110001111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,143,200); }

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

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

 a { background-color: rgb(17,143,200); }

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

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

 span { border-color: rgb(17,143,200); }

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