Html Css Color HEX #119AC0 Pacific Blue

📋 copy color: '#119AC0'

red 17 ◦ green 154 ◦ blue 192

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

Shades of Pacific Blue #119AC0

Tints of Pacific Blue #119AC0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.42%

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

R = 4.68%
G = 42.42%
B = 52.89%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#119AC0 (or 0x119AC0) is known color: Pacific Blue. HEX triplet: 11, 9A and C0. RGB value is (17,154,192). Sum of RGB (Red+Green+Blue) = 17+154+192=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #119AC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119AC0 is #EE653F. Grayscale: #757575. Windows color (decimal): -15623488 or 12622353. OLE color: 12622353.

HSL color Cylindrical-coordinate representation of color #119AC0: hue angle of 193.03º 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 #119AC0 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 154 192 -
CMYK 0.91 0.20 0 0.25
HSL 193.03º 0.84% 0.41% -
HSV(B) 193.03º 0.91% 0.75% -
XYZ 21.3 27.04 53.96 -
YUV 117.37 170.11 56.41 -
System Red Green Blue C M Y K H S L
Decimal 17 154 192 0.91 0.20 0 0.25 193.03 0.84 0.41
Hex 11 9A C0 5B 14 0 19 C1 54 29
Octal 21 232 300 133 24 0 31 301 124 51
Binary 10001 10011010 11000000 1011011 10100 0 11001 11000001 1010100 101001

Color Harmonies of #119AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119AC0

Black with #119AC0

Text Example


Text Example

White with #119AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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