Html Css Color HEX #119BD7 Pacific Blue

📋 copy color: '#119BD7'

red 17 ◦ green 155 ◦ blue 215

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

Shades of Pacific Blue #119BD7

Tints of Pacific Blue #119BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 55.56%

R = 4.39%
G = 40.05%
B = 55.56%

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

#119BD7 (or 0x119BD7) is known color: Pacific Blue. HEX triplet: 11, 9B and D7. RGB value is (17,155,215). Sum of RGB (Red+Green+Blue) = 17+155+215=387 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.39% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 215 (84.38% from 255 or 55.56% from 387); Max value from RGB is 215 - color contains mainly: blue. Hex color #119BD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BD7 is #EE6428. Grayscale: #787878. Windows color (decimal): -15623209 or 14129937. OLE color: 14129937.

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

Color convert

RGB 17 155 215 -
CMYK 0.92 0.28 0 0.16
HSL 198.18º 0.85% 0.45% -
HSV(B) 198.18º 0.92% 0.84% -
XYZ 24.22 28.47 68.51 -
YUV 120.58 181.28 54.12 -
System Red Green Blue C M Y K H S L
Decimal 17 155 215 0.92 0.28 0 0.16 198.18 0.85 0.45
Hex 11 9B D7 5C 1C 0 10 C6 55 2D
Octal 21 233 327 134 34 0 20 306 125 55
Binary 10001 10011011 11010111 1011100 11100 0 10000 11000110 1010101 101101

Color Harmonies of #119BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119BD7

Black with #119BD7

Text Example


Text Example

White with #119BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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