Html Css Color HEX #109DDB Pacific Blue

📋 copy color: '#109DDB'

red 16 ◦ green 157 ◦ blue 219

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

Shades of Pacific Blue #109DDB

Tints of Pacific Blue #109DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.05%

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

R = 4.08%
G = 40.05%
B = 55.87%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#109DDB (or 0x109DDB) is known color: Pacific Blue. HEX triplet: 10, 9D and DB. RGB value is (16,157,219). Sum of RGB (Red+Green+Blue) = 16+157+219=392 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.08% from 392); Green value is 157 (61.72% from 255 or 40.05% 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 #109DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DDB is #EF6224. Grayscale: #797979. Windows color (decimal): -15688229 or 14392592. OLE color: 14392592.

HSL color Cylindrical-coordinate representation of color #109DDB: hue angle of 198.33º 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 #109DDB is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 157 219 -
CMYK 0.93 0.28 0 0.14
HSL 198.33º 0.86% 0.46% -
HSV(B) 198.33º 0.93% 0.86% -
XYZ 25.06 29.34 71.36 -
YUV 121.91 182.79 52.46 -
System Red Green Blue C M Y K H S L
Decimal 16 157 219 0.93 0.28 0 0.14 198.33 0.86 0.46
Hex 10 9D DB 5D 1C 0 E C6 56 2E
Octal 20 235 333 135 34 0 16 306 126 56
Binary 10000 10011101 11011011 1011101 11100 0 1110 11000110 1010110 101110

Color Harmonies of #109DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109DDB

Black with #109DDB

Text Example


Text Example

White with #109DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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