Html Css Color HEX #119BD6 Pacific Blue

📋 copy color: '#119BD6'

red 17 ◦ green 155 ◦ blue 214

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

Shades of Pacific Blue #119BD6

Tints of Pacific Blue #119BD6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.16%

 BLUE value IS 214 (83.98% from 255) = 55.44%

R = 4.4%
G = 40.16%
B = 55.44%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#119BD6 (or 0x119BD6) is known color: Pacific Blue. HEX triplet: 11, 9B and D6. RGB value is (17,155,214). Sum of RGB (Red+Green+Blue) = 17+155+214=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 214 (83.98% from 255 or 55.44% from 386); Max value from RGB is 214 - color contains mainly: blue. Hex color #119BD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BD6 is #EE6429. Grayscale: #787878. Windows color (decimal): -15623210 or 14064401. OLE color: 14064401.

HSL color Cylindrical-coordinate representation of color #119BD6: hue angle of 197.97º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119BD6 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 17 155 214 -
CMYK 0.92 0.28 0 0.16
HSL 197.97º 0.85% 0.45% -
HSV(B) 197.97º 0.92% 0.84% -
XYZ 24.09 28.42 67.83 -
YUV 120.46 180.78 54.2 -
System Red Green Blue C M Y K H S L
Decimal 17 155 214 0.92 0.28 0 0.16 197.97 0.85 0.45
Hex 11 9B D6 5C 1C 0 10 C6 55 2D
Octal 21 233 326 134 34 0 20 306 125 55
Binary 10001 10011011 11010110 1011100 11100 0 10000 11000110 1010101 101101

Color Harmonies of #119BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119BD6

Black with #119BD6

Text Example


Text Example

White with #119BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,155,214); }

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

background-color css

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

 a { background-color: rgb(17,155,214); }

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

border-color css

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

 span { border-color: rgb(17,155,214); }

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