Html Css Color HEX #109CDB Pacific Blue

📋 copy color: '#109CDB'

red 16 ◦ green 156 ◦ blue 219

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

Shades of Pacific Blue #109CDB

Tints of Pacific Blue #109CDB

RGB

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

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

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

R = 4.09%
G = 39.9%
B = 56.01%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#109CDB (or 0x109CDB) is known color: Pacific Blue. HEX triplet: 10, 9C and DB. RGB value is (16,156,219). Sum of RGB (Red+Green+Blue) = 16+156+219=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #109CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109CDB is #EF6324. Grayscale: #787878. Windows color (decimal): -15688485 or 14392336. OLE color: 14392336.

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

Color convert

RGB 16 156 219 -
CMYK 0.93 0.29 0 0.14
HSL 198.62º 0.86% 0.46% -
HSV(B) 198.62º 0.93% 0.86% -
XYZ 24.89 29 71.3 -
YUV 121.32 183.12 52.88 -
System Red Green Blue C M Y K H S L
Decimal 16 156 219 0.93 0.29 0 0.14 198.62 0.86 0.46
Hex 10 9C DB 5D 1D 0 E C7 56 2E
Octal 20 234 333 135 35 0 16 307 126 56
Binary 10000 10011100 11011011 1011101 11101 0 1110 11000111 1010110 101110

Color Harmonies of #109CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109CDB

Black with #109CDB

Text Example


Text Example

White with #109CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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