Html Css Color HEX #1187C6 Pacific Blue

📋 copy color: '#1187C6'

red 17 ◦ green 135 ◦ blue 198

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

Shades of Pacific Blue #1187C6

Tints of Pacific Blue #1187C6

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

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

R = 4.86%
G = 38.57%
B = 56.57%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1187C6 (or 0x1187C6) is known color: Pacific Blue. HEX triplet: 11, 87 and C6. RGB value is (17,135,198). Sum of RGB (Red+Green+Blue) = 17+135+198=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 198 (77.73% from 255 or 56.57% from 350); Max value from RGB is 198 - color contains mainly: blue. Hex color #1187C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1187C6 is #EE7839. Grayscale: #6A6A6A. Windows color (decimal): -15628346 or 13010705. OLE color: 13010705.

HSL color Cylindrical-coordinate representation of color #1187C6: hue angle of 200.88º 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 #1187C6 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 17 135 198 -
CMYK 0.91 0.32 0 0.22
HSL 200.88º 0.84% 0.42% -
HSV(B) 200.88º 0.91% 0.78% -
XYZ 19.09 21.52 56.57 -
YUV 106.9 179.41 63.88 -
System Red Green Blue C M Y K H S L
Decimal 17 135 198 0.91 0.32 0 0.22 200.88 0.84 0.42
Hex 11 87 C6 5B 20 0 16 C9 54 2A
Octal 21 207 306 133 40 0 26 311 124 52
Binary 10001 10000111 11000110 1011011 100000 0 10110 11001001 1010100 101010

Color Harmonies of #1187C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1187C6

Black with #1187C6

Text Example


Text Example

White with #1187C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1187C6; }

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

 H1.HeaderClassName
 {
   color: #1187C6;
 }
 .AnyTagClassName
 {
   color: #1187C6;
 }
</style>

background-color css

<style>
 a { background-color: #1187C6; }

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

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

border-color css

<style>
 span { border-color: #1187C6; }

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

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