Html Css Color HEX #119CC2 Pacific Blue

📋 copy color: '#119CC2'

red 17 ◦ green 156 ◦ blue 194

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

Shades of Pacific Blue #119CC2

Tints of Pacific Blue #119CC2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.51%

 BLUE value IS 194 (76.17% from 255) = 52.86%

R = 4.63%
G = 42.51%
B = 52.86%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#119CC2 (or 0x119CC2) is known color: Pacific Blue. HEX triplet: 11, 9C and C2. RGB value is (17,156,194). Sum of RGB (Red+Green+Blue) = 17+156+194=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 194 (76.17% from 255 or 52.86% from 367); Max value from RGB is 194 - color contains mainly: blue. Hex color #119CC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CC2 is #EE633D. Grayscale: #767676. Windows color (decimal): -15622974 or 12753937. OLE color: 12753937.

HSL color Cylindrical-coordinate representation of color #119CC2: hue angle of 192.88º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119CC2 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 156 194 -
CMYK 0.91 0.20 0 0.24
HSL 192.88º 0.84% 0.41% -
HSV(B) 192.88º 0.91% 0.76% -
XYZ 21.86 27.79 55.25 -
YUV 118.77 170.45 55.41 -
System Red Green Blue C M Y K H S L
Decimal 17 156 194 0.91 0.20 0 0.24 192.88 0.84 0.41
Hex 11 9C C2 5B 14 0 18 C1 54 29
Octal 21 234 302 133 24 0 30 301 124 51
Binary 10001 10011100 11000010 1011011 10100 0 11000 11000001 1010100 101001

Color Harmonies of #119CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CC2

Black with #119CC2

Text Example


Text Example

White with #119CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119CC2; }

 p { color: rgb(17,156,194); }

 H1.HeaderClassName
 {
   color: #119CC2;
 }
 .AnyTagClassName
 {
   color: #119CC2;
 }
</style>

background-color css

<style>
 a { background-color: #119CC2; }

 a { background-color: rgb(17,156,194); }

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

border-color css

<style>
 span { border-color: #119CC2; }

 span { border-color: rgb(17,156,194); }

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