Html Css Color HEX #118BCD Pacific Blue

📋 copy color: '#118BCD'

red 17 ◦ green 139 ◦ blue 205

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

Shades of Pacific Blue #118BCD

Tints of Pacific Blue #118BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.79%

R = 4.71%
G = 38.5%
B = 56.79%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#118BCD (or 0x118BCD) is known color: Pacific Blue. HEX triplet: 11, 8B and CD. RGB value is (17,139,205). Sum of RGB (Red+Green+Blue) = 17+139+205=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #118BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118BCD is #EE7432. Grayscale: #6D6D6D. Windows color (decimal): -15627315 or 13470481. OLE color: 13470481.

HSL color Cylindrical-coordinate representation of color #118BCD: hue angle of 201.06º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118BCD is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 139 205 -
CMYK 0.92 0.32 0 0.20
HSL 201.06º 0.85% 0.44% -
HSV(B) 201.06º 0.92% 0.8% -
XYZ 20.48 22.99 61.12 -
YUV 110.05 181.58 61.63 -
System Red Green Blue C M Y K H S L
Decimal 17 139 205 0.92 0.32 0 0.20 201.06 0.85 0.44
Hex 11 8B CD 5C 20 0 14 C9 55 2C
Octal 21 213 315 134 40 0 24 311 125 54
Binary 10001 10001011 11001101 1011100 100000 0 10100 11001001 1010101 101100

Color Harmonies of #118BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118BCD

Black with #118BCD

Text Example


Text Example

White with #118BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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