Html Css Color HEX #119ECE Pacific Blue

📋 copy color: '#119ECE'

red 17 ◦ green 158 ◦ blue 206

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

Shades of Pacific Blue #119ECE

Tints of Pacific Blue #119ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.07%

R = 4.46%
G = 41.47%
B = 54.07%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#119ECE (or 0x119ECE) is known color: Pacific Blue. HEX triplet: 11, 9E and CE. RGB value is (17,158,206). Sum of RGB (Red+Green+Blue) = 17+158+206=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #119ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ECE is #EE6131. Grayscale: #787878. Windows color (decimal): -15622450 or 13540881. OLE color: 13540881.

HSL color Cylindrical-coordinate representation of color #119ECE: hue angle of 195.24º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119ECE is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 158 206 -
CMYK 0.92 0.23 0 0.19
HSL 195.24º 0.85% 0.44% -
HSV(B) 195.24º 0.92% 0.81% -
XYZ 23.6 29.03 62.75 -
YUV 121.31 175.79 53.6 -
System Red Green Blue C M Y K H S L
Decimal 17 158 206 0.92 0.23 0 0.19 195.24 0.85 0.44
Hex 11 9E CE 5C 17 0 13 C3 55 2C
Octal 21 236 316 134 27 0 23 303 125 54
Binary 10001 10011110 11001110 1011100 10111 0 10011 11000011 1010101 101100

Color Harmonies of #119ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119ECE

Black with #119ECE

Text Example


Text Example

White with #119ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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