Html Css Color HEX #118ACC Pacific Blue

📋 copy color: '#118ACC'

red 17 ◦ green 138 ◦ blue 204

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

Shades of Pacific Blue #118ACC

Tints of Pacific Blue #118ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.44%

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

R = 4.74%
G = 38.44%
B = 56.82%

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

#118ACC (or 0x118ACC) is known color: Pacific Blue. HEX triplet: 11, 8A and CC. RGB value is (17,138,204). Sum of RGB (Red+Green+Blue) = 17+138+204=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #118ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ACC is #EE7533. Grayscale: #6C6C6C. Windows color (decimal): -15627572 or 13404689. OLE color: 13404689.

HSL color Cylindrical-coordinate representation of color #118ACC: hue angle of 201.18º 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 #118ACC is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 138 204 -
CMYK 0.92 0.32 0 0.2
HSL 201.18º 0.85% 0.43% -
HSV(B) 201.18º 0.92% 0.8% -
XYZ 20.22 22.66 60.43 -
YUV 109.35 181.41 62.13 -
System Red Green Blue C M Y K H S L
Decimal 17 138 204 0.92 0.32 0 0.2 201.18 0.85 0.43
Hex 11 8A CC 5C 20 0 14 C9 55 2B
Octal 21 212 314 134 40 0 24 311 125 53
Binary 10001 10001010 11001100 1011100 100000 0 10100 11001001 1010101 101011

Color Harmonies of #118ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118ACC

Black with #118ACC

Text Example


Text Example

White with #118ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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