Html Css Color HEX #109ADB Pacific Blue

📋 copy color: '#109ADB'

red 16 ◦ green 154 ◦ blue 219

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

Shades of Pacific Blue #109ADB

Tints of Pacific Blue #109ADB

RGB

 RED value IS 16 (6.64% from 255) = 4.11%

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

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

R = 4.11%
G = 39.59%
B = 56.3%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#109ADB (or 0x109ADB) is known color: Pacific Blue. HEX triplet: 10, 9A and DB. RGB value is (16,154,219). Sum of RGB (Red+Green+Blue) = 16+154+219=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #109ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ADB is #EF6524. Grayscale: #777777. Windows color (decimal): -15688997 or 14391824. OLE color: 14391824.

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

Color convert

RGB 16 154 219 -
CMYK 0.93 0.30 0 0.14
HSL 199.21º 0.86% 0.46% -
HSV(B) 199.21º 0.93% 0.86% -
XYZ 24.56 28.34 71.19 -
YUV 120.15 183.78 53.71 -
System Red Green Blue C M Y K H S L
Decimal 16 154 219 0.93 0.30 0 0.14 199.21 0.86 0.46
Hex 10 9A DB 5D 1E 0 E C7 56 2E
Octal 20 232 333 135 36 0 16 307 126 56
Binary 10000 10011010 11011011 1011101 11110 0 1110 11000111 1010110 101110

Color Harmonies of #109ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109ADB

Black with #109ADB

Text Example


Text Example

White with #109ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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