Html Css Color HEX #1196C0 Pacific Blue

📋 copy color: '#1196C0'

red 17 ◦ green 150 ◦ blue 192

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

Shades of Pacific Blue #1196C0

Tints of Pacific Blue #1196C0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.78%

 BLUE value IS 192 (75.39% from 255) = 53.48%

R = 4.74%
G = 41.78%
B = 53.48%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1196C0 (or 0x1196C0) is known color: Pacific Blue. HEX triplet: 11, 96 and C0. RGB value is (17,150,192). Sum of RGB (Red+Green+Blue) = 17+150+192=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #1196C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1196C0 is #EE693F. Grayscale: #727272. Windows color (decimal): -15624512 or 12621329. OLE color: 12621329.

HSL color Cylindrical-coordinate representation of color #1196C0: hue angle of 194.4º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1196C0 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 150 192 -
CMYK 0.91 0.22 0 0.25
HSL 194.4º 0.84% 0.41% -
HSV(B) 194.4º 0.91% 0.75% -
XYZ 20.65 25.74 53.75 -
YUV 115.02 171.44 58.08 -
System Red Green Blue C M Y K H S L
Decimal 17 150 192 0.91 0.22 0 0.25 194.4 0.84 0.41
Hex 11 96 C0 5B 16 0 19 C2 54 29
Octal 21 226 300 133 26 0 31 302 124 51
Binary 10001 10010110 11000000 1011011 10110 0 11001 11000010 1010100 101001

Color Harmonies of #1196C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1196C0

Black with #1196C0

Text Example


Text Example

White with #1196C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1196C0; }

 p { color: rgb(17,150,192); }

 H1.HeaderClassName
 {
   color: #1196C0;
 }
 .AnyTagClassName
 {
   color: #1196C0;
 }
</style>

background-color css

<style>
 a { background-color: #1196C0; }

 a { background-color: rgb(17,150,192); }

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

border-color css

<style>
 span { border-color: #1196C0; }

 span { border-color: rgb(17,150,192); }

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