Html Css Color HEX #119ABD Pacific Blue

📋 copy color: '#119ABD'

red 17 ◦ green 154 ◦ blue 189

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

Shades of Pacific Blue #119ABD

Tints of Pacific Blue #119ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 4.72%
G = 42.78%
B = 52.5%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#119ABD (or 0x119ABD) is known color: Pacific Blue. HEX triplet: 11, 9A and BD. RGB value is (17,154,189). Sum of RGB (Red+Green+Blue) = 17+154+189=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #119ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ABD is #EE6542. Grayscale: #747474. Windows color (decimal): -15623491 or 12425745. OLE color: 12425745.

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

Color convert

RGB 17 154 189 -
CMYK 0.91 0.19 0 0.26
HSL 192.21º 0.83% 0.4% -
HSV(B) 192.21º 0.91% 0.74% -
XYZ 20.97 26.9 52.23 -
YUV 117.03 168.61 56.65 -
System Red Green Blue C M Y K H S L
Decimal 17 154 189 0.91 0.19 0 0.26 192.21 0.83 0.4
Hex 11 9A BD 5B 13 0 1A C0 53 28
Octal 21 232 275 133 23 0 32 300 123 50
Binary 10001 10011010 10111101 1011011 10011 0 11010 11000000 1010011 101000

Color Harmonies of #119ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119ABD

Black with #119ABD

Text Example


Text Example

White with #119ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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