Html Css Color HEX #119ACC Pacific Blue

📋 copy color: '#119ACC'

red 17 ◦ green 154 ◦ blue 204

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

Shades of Pacific Blue #119ACC

Tints of Pacific Blue #119ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 4.53%
G = 41.07%
B = 54.4%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#119ACC (or 0x119ACC) is known color: Pacific Blue. HEX triplet: 11, 9A and CC. RGB value is (17,154,204). Sum of RGB (Red+Green+Blue) = 17+154+204=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #119ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ACC is #EE6533. Grayscale: #767676. Windows color (decimal): -15623476 or 13408785. OLE color: 13408785.

HSL color Cylindrical-coordinate representation of color #119ACC: hue angle of 196.04º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119ACC is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 154 204 -
CMYK 0.92 0.25 0 0.2
HSL 196.04º 0.85% 0.43% -
HSV(B) 196.04º 0.92% 0.8% -
XYZ 22.69 27.59 61.26 -
YUV 118.74 176.11 55.43 -
System Red Green Blue C M Y K H S L
Decimal 17 154 204 0.92 0.25 0 0.2 196.04 0.85 0.43
Hex 11 9A CC 5C 19 0 14 C4 55 2B
Octal 21 232 314 134 31 0 24 304 125 53
Binary 10001 10011010 11001100 1011100 11001 0 10100 11000100 1010101 101011

Color Harmonies of #119ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119ACC

Black with #119ACC

Text Example


Text Example

White with #119ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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