Html Css Color HEX #119ABF Pacific Blue

📋 copy color: '#119ABF'

red 17 ◦ green 154 ◦ blue 191

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

Shades of Pacific Blue #119ABF

Tints of Pacific Blue #119ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.76%

R = 4.7%
G = 42.54%
B = 52.76%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#119ABF (or 0x119ABF) is known color: Pacific Blue. HEX triplet: 11, 9A and BF. RGB value is (17,154,191). Sum of RGB (Red+Green+Blue) = 17+154+191=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #119ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ABF is #EE6540. Grayscale: #747474. Windows color (decimal): -15623489 or 12556817. OLE color: 12556817.

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

Color convert

RGB 17 154 191 -
CMYK 0.91 0.19 0 0.25
HSL 192.76º 0.84% 0.41% -
HSV(B) 192.76º 0.91% 0.75% -
XYZ 21.19 26.99 53.38 -
YUV 117.26 169.61 56.49 -
System Red Green Blue C M Y K H S L
Decimal 17 154 191 0.91 0.19 0 0.25 192.76 0.84 0.41
Hex 11 9A BF 5B 13 0 19 C1 54 29
Octal 21 232 277 133 23 0 31 301 124 51
Binary 10001 10011010 10111111 1011011 10011 0 11001 11000001 1010100 101001

Color Harmonies of #119ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119ABF

Black with #119ABF

Text Example


Text Example

White with #119ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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