Html Css Color HEX #119ECC Pacific Blue

📋 copy color: '#119ECC'

red 17 ◦ green 158 ◦ blue 204

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

Shades of Pacific Blue #119ECC

Tints of Pacific Blue #119ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.69%

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

R = 4.49%
G = 41.69%
B = 53.83%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#119ECC (or 0x119ECC) is known color: Pacific Blue. HEX triplet: 11, 9E and CC. RGB value is (17,158,204). Sum of RGB (Red+Green+Blue) = 17+158+204=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #119ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ECC is #EE6133. Grayscale: #787878. Windows color (decimal): -15622452 or 13409809. OLE color: 13409809.

HSL color Cylindrical-coordinate representation of color #119ECC: hue angle of 194.76º 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 #119ECC is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 158 204 -
CMYK 0.92 0.23 0 0.2
HSL 194.76º 0.85% 0.43% -
HSV(B) 194.76º 0.92% 0.8% -
XYZ 23.36 28.93 61.48 -
YUV 121.09 174.79 53.76 -
System Red Green Blue C M Y K H S L
Decimal 17 158 204 0.92 0.23 0 0.2 194.76 0.85 0.43
Hex 11 9E CC 5C 17 0 14 C3 55 2B
Octal 21 236 314 134 27 0 24 303 125 53
Binary 10001 10011110 11001100 1011100 10111 0 10100 11000011 1010101 101011

Color Harmonies of #119ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119ECC

Black with #119ECC

Text Example


Text Example

White with #119ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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