Html Css Color HEX #118BC6 Pacific Blue

📋 copy color: '#118BC6'

red 17 ◦ green 139 ◦ blue 198

#118BC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #118BC6

Tints of Pacific Blue #118BC6

RGB

 RED value IS 17 (7.03% from 255) = 4.8%

 GREEN value IS 139 (54.69% from 255) = 39.27%

 BLUE value IS 198 (77.73% from 255) = 55.93%

R = 4.8%
G = 39.27%
B = 55.93%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#118BC6 (or 0x118BC6) is known color: Pacific Blue. HEX triplet: 11, 8B and C6. RGB value is (17,139,198). Sum of RGB (Red+Green+Blue) = 17+139+198=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 198 (77.73% from 255 or 55.93% from 354); Max value from RGB is 198 - color contains mainly: blue. Hex color #118BC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118BC6 is #EE7439. Grayscale: #6C6C6C. Windows color (decimal): -15627322 or 13011729. OLE color: 13011729.

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

Color convert

RGB 17 139 198 -
CMYK 0.91 0.30 0 0.22
HSL 199.56º 0.84% 0.42% -
HSV(B) 199.56º 0.91% 0.78% -
XYZ 19.66 22.66 56.76 -
YUV 109.25 178.08 62.2 -
System Red Green Blue C M Y K H S L
Decimal 17 139 198 0.91 0.30 0 0.22 199.56 0.84 0.42
Hex 11 8B C6 5B 1E 0 16 C8 54 2A
Octal 21 213 306 133 36 0 26 310 124 52
Binary 10001 10001011 11000110 1011011 11110 0 10110 11001000 1010100 101010

Color Harmonies of #118BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118BC6

Black with #118BC6

Text Example


Text Example

White with #118BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,139,198); }

 H1.HeaderClassName
 {
   color: #118BC6;
 }
 .AnyTagClassName
 {
   color: #118BC6;
 }
</style>

background-color css

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

 a { background-color: rgb(17,139,198); }

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

border-color css

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

 span { border-color: rgb(17,139,198); }

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