Html Css Color HEX #119FBC Pacific Blue

📋 copy color: '#119FBC'

red 17 ◦ green 159 ◦ blue 188

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

Shades of Pacific Blue #119FBC

Tints of Pacific Blue #119FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.68%

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 4.67%
G = 43.68%
B = 51.65%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#119FBC (or 0x119FBC) is known color: Pacific Blue. HEX triplet: 11, 9F and BC. RGB value is (17,159,188). Sum of RGB (Red+Green+Blue) = 17+159+188=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #119FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119FBC is #EE6043. Grayscale: #777777. Windows color (decimal): -15622212 or 12361489. OLE color: 12361489.

HSL color Cylindrical-coordinate representation of color #119FBC: hue angle of 190.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119FBC is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 159 188 -
CMYK 0.91 0.15 0 0.26
HSL 190.18º 0.83% 0.4% -
HSV(B) 190.18º 0.91% 0.74% -
XYZ 21.71 28.55 51.94 -
YUV 119.85 166.46 54.64 -
System Red Green Blue C M Y K H S L
Decimal 17 159 188 0.91 0.15 0 0.26 190.18 0.83 0.4
Hex 11 9F BC 5B F 0 1A BE 53 28
Octal 21 237 274 133 17 0 32 276 123 50
Binary 10001 10011111 10111100 1011011 1111 0 11010 10111110 1010011 101000

Color Harmonies of #119FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FBC

Black with #119FBC

Text Example


Text Example

White with #119FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,159,188); }

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

background-color css

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

 a { background-color: rgb(17,159,188); }

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

border-color css

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

 span { border-color: rgb(17,159,188); }

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