Html Css Color HEX #109EDB Pacific Blue

📋 copy color: '#109EDB'

red 16 ◦ green 158 ◦ blue 219

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

Shades of Pacific Blue #109EDB

Tints of Pacific Blue #109EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.2%

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

R = 4.07%
G = 40.2%
B = 55.73%

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

#109EDB (or 0x109EDB) is known color: Pacific Blue. HEX triplet: 10, 9E and DB. RGB value is (16,158,219). Sum of RGB (Red+Green+Blue) = 16+158+219=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #109EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109EDB is #EF6124. Grayscale: #7A7A7A. Windows color (decimal): -15687973 or 14392848. OLE color: 14392848.

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

Color convert

RGB 16 158 219 -
CMYK 0.93 0.28 0 0.14
HSL 198.03º 0.86% 0.46% -
HSV(B) 198.03º 0.93% 0.86% -
XYZ 25.23 29.68 71.42 -
YUV 122.5 182.46 52.04 -
System Red Green Blue C M Y K H S L
Decimal 16 158 219 0.93 0.28 0 0.14 198.03 0.86 0.46
Hex 10 9E DB 5D 1C 0 E C6 56 2E
Octal 20 236 333 135 34 0 16 306 126 56
Binary 10000 10011110 11011011 1011101 11100 0 1110 11000110 1010110 101110

Color Harmonies of #109EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109EDB

Black with #109EDB

Text Example


Text Example

White with #109EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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