Html Css Color HEX #118BCC Pacific Blue

📋 copy color: '#118BCC'

red 17 ◦ green 139 ◦ blue 204

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

Shades of Pacific Blue #118BCC

Tints of Pacific Blue #118BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.67%

R = 4.72%
G = 38.61%
B = 56.67%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#118BCC (or 0x118BCC) is known color: Pacific Blue. HEX triplet: 11, 8B and CC. RGB value is (17,139,204). Sum of RGB (Red+Green+Blue) = 17+139+204=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #118BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118BCC is #EE7433. Grayscale: #6D6D6D. Windows color (decimal): -15627316 or 13404945. OLE color: 13404945.

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

Color convert

RGB 17 139 204 -
CMYK 0.92 0.32 0 0.2
HSL 200.86º 0.85% 0.43% -
HSV(B) 200.86º 0.92% 0.8% -
XYZ 20.36 22.94 60.48 -
YUV 109.93 181.08 61.71 -
System Red Green Blue C M Y K H S L
Decimal 17 139 204 0.92 0.32 0 0.2 200.86 0.85 0.43
Hex 11 8B CC 5C 20 0 14 C9 55 2B
Octal 21 213 314 134 40 0 24 311 125 53
Binary 10001 10001011 11001100 1011100 100000 0 10100 11001001 1010101 101011

Color Harmonies of #118BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118BCC

Black with #118BCC

Text Example


Text Example

White with #118BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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