Html Css Color HEX #119ADB Pacific Blue

📋 copy color: '#119ADB'

red 17 ◦ green 154 ◦ blue 219

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

Shades of Pacific Blue #119ADB

Tints of Pacific Blue #119ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.49%

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

R = 4.36%
G = 39.49%
B = 56.15%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#119ADB (or 0x119ADB) is known color: Pacific Blue. HEX triplet: 11, 9A and DB. RGB value is (17,154,219). Sum of RGB (Red+Green+Blue) = 17+154+219=390 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.36% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #119ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ADB is #EE6524. Grayscale: #787878. Windows color (decimal): -15623461 or 14391825. OLE color: 14391825.

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

Color convert

RGB 17 154 219 -
CMYK 0.92 0.30 0 0.14
HSL 199.31º 0.86% 0.46% -
HSV(B) 199.31º 0.92% 0.86% -
XYZ 24.57 28.34 71.19 -
YUV 120.45 183.61 54.21 -
System Red Green Blue C M Y K H S L
Decimal 17 154 219 0.92 0.30 0 0.14 199.31 0.86 0.46
Hex 11 9A DB 5C 1E 0 E C7 56 2E
Octal 21 232 333 134 36 0 16 307 126 56
Binary 10001 10011010 11011011 1011100 11110 0 1110 11000111 1010110 101110

Color Harmonies of #119ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119ADB

Black with #119ADB

Text Example


Text Example

White with #119ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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