Html Css Color HEX #119ECF Pacific Blue

📋 copy color: '#119ECF'

red 17 ◦ green 158 ◦ blue 207

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

Shades of Pacific Blue #119ECF

Tints of Pacific Blue #119ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.19%

R = 4.45%
G = 41.36%
B = 54.19%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#119ECF (or 0x119ECF) is known color: Pacific Blue. HEX triplet: 11, 9E and CF. RGB value is (17,158,207). Sum of RGB (Red+Green+Blue) = 17+158+207=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #119ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ECF is #EE6130. Grayscale: #797979. Windows color (decimal): -15622449 or 13606417. OLE color: 13606417.

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

Color convert

RGB 17 158 207 -
CMYK 0.92 0.24 0 0.19
HSL 195.47º 0.85% 0.44% -
HSV(B) 195.47º 0.92% 0.81% -
XYZ 23.72 29.08 63.39 -
YUV 121.43 176.29 53.52 -
System Red Green Blue C M Y K H S L
Decimal 17 158 207 0.92 0.24 0 0.19 195.47 0.85 0.44
Hex 11 9E CF 5C 18 0 13 C3 55 2C
Octal 21 236 317 134 30 0 23 303 125 54
Binary 10001 10011110 11001111 1011100 11000 0 10011 11000011 1010101 101100

Color Harmonies of #119ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119ECF

Black with #119ECF

Text Example


Text Example

White with #119ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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