Html Css Color HEX #1186CC Pacific Blue

📋 copy color: '#1186CC'

red 17 ◦ green 134 ◦ blue 204

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

Shades of Pacific Blue #1186CC

Tints of Pacific Blue #1186CC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.75%

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

R = 4.79%
G = 37.75%
B = 57.46%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1186CC (or 0x1186CC) is known color: Pacific Blue. HEX triplet: 11, 86 and CC. RGB value is (17,134,204). Sum of RGB (Red+Green+Blue) = 17+134+204=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #1186CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1186CC is #EE7933. Grayscale: #6A6A6A. Windows color (decimal): -15628596 or 13403665. OLE color: 13403665.

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

Color convert

RGB 17 134 204 -
CMYK 0.92 0.34 0 0.2
HSL 202.46º 0.85% 0.43% -
HSV(B) 202.46º 0.92% 0.8% -
XYZ 19.66 21.53 60.25 -
YUV 107 182.74 63.81 -
System Red Green Blue C M Y K H S L
Decimal 17 134 204 0.92 0.34 0 0.2 202.46 0.85 0.43
Hex 11 86 CC 5C 22 0 14 CA 55 2B
Octal 21 206 314 134 42 0 24 312 125 53
Binary 10001 10000110 11001100 1011100 100010 0 10100 11001010 1010101 101011

Color Harmonies of #1186CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1186CC

Black with #1186CC

Text Example


Text Example

White with #1186CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1186CC; }

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

 H1.HeaderClassName
 {
   color: #1186CC;
 }
 .AnyTagClassName
 {
   color: #1186CC;
 }
</style>

background-color css

<style>
 a { background-color: #1186CC; }

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

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

border-color css

<style>
 span { border-color: #1186CC; }

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

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