Html Css Color HEX #118ADB Pacific Blue

📋 copy color: '#118ADB'

red 17 ◦ green 138 ◦ blue 219

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

Shades of Pacific Blue #118ADB

Tints of Pacific Blue #118ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.9%

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

R = 4.55%
G = 36.9%
B = 58.56%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#118ADB (or 0x118ADB) is known color: Pacific Blue. HEX triplet: 11, 8A and DB. RGB value is (17,138,219). Sum of RGB (Red+Green+Blue) = 17+138+219=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #118ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ADB is #EE7524. Grayscale: #6E6E6E. Windows color (decimal): -15627557 or 14387729. OLE color: 14387729.

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

Color convert

RGB 17 138 219 -
CMYK 0.92 0.37 0 0.14
HSL 204.06º 0.86% 0.46% -
HSV(B) 204.06º 0.92% 0.86% -
XYZ 22.11 23.41 70.37 -
YUV 111.06 188.91 60.91 -
System Red Green Blue C M Y K H S L
Decimal 17 138 219 0.92 0.37 0 0.14 204.06 0.86 0.46
Hex 11 8A DB 5C 25 0 E CC 56 2E
Octal 21 212 333 134 45 0 16 314 126 56
Binary 10001 10001010 11011011 1011100 100101 0 1110 11001100 1010110 101110

Color Harmonies of #118ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118ADB

Black with #118ADB

Text Example


Text Example

White with #118ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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