Html Css Color HEX #119CDB Pacific Blue

📋 copy color: '#119CDB'

red 17 ◦ green 156 ◦ blue 219

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

Shades of Pacific Blue #119CDB

Tints of Pacific Blue #119CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.8%

 BLUE value IS 219 (85.94% from 255) = 55.87%

R = 4.34%
G = 39.8%
B = 55.87%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#119CDB (or 0x119CDB) is known color: Pacific Blue. HEX triplet: 11, 9C and DB. RGB value is (17,156,219). Sum of RGB (Red+Green+Blue) = 17+156+219=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #119CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CDB is #EE6324. Grayscale: #797979. Windows color (decimal): -15622949 or 14392337. OLE color: 14392337.

HSL color Cylindrical-coordinate representation of color #119CDB: hue angle of 198.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119CDB is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 156 219 -
CMYK 0.92 0.29 0 0.14
HSL 198.71º 0.86% 0.46% -
HSV(B) 198.71º 0.92% 0.86% -
XYZ 24.91 29.01 71.3 -
YUV 121.62 182.95 53.38 -
System Red Green Blue C M Y K H S L
Decimal 17 156 219 0.92 0.29 0 0.14 198.71 0.86 0.46
Hex 11 9C DB 5C 1D 0 E C7 56 2E
Octal 21 234 333 134 35 0 16 307 126 56
Binary 10001 10011100 11011011 1011100 11101 0 1110 11000111 1010110 101110

Color Harmonies of #119CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CDB

Black with #119CDB

Text Example


Text Example

White with #119CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,156,219); }

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

background-color css

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

 a { background-color: rgb(17,156,219); }

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

border-color css

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

 span { border-color: rgb(17,156,219); }

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