Html Css Color HEX #109EC6 Pacific Blue

📋 copy color: '#109EC6'

red 16 ◦ green 158 ◦ blue 198

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

Shades of Pacific Blue #109EC6

Tints of Pacific Blue #109EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 53.23%

R = 4.3%
G = 42.47%
B = 53.23%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#109EC6 (or 0x109EC6) is known color: Pacific Blue. HEX triplet: 10, 9E and C6. RGB value is (16,158,198). Sum of RGB (Red+Green+Blue) = 16+158+198=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 198 (77.73% from 255 or 53.23% from 372); Max value from RGB is 198 - color contains mainly: blue. Hex color #109EC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109EC6 is #EF6139. Grayscale: #777777. Windows color (decimal): -15687994 or 13016592. OLE color: 13016592.

HSL color Cylindrical-coordinate representation of color #109EC6: hue angle of 193.19º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109EC6 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 158 198 -
CMYK 0.92 0.20 0 0.22
HSL 193.19º 0.85% 0.42% -
HSV(B) 193.19º 0.92% 0.78% -
XYZ 22.63 28.64 57.76 -
YUV 120.1 171.96 53.75 -
System Red Green Blue C M Y K H S L
Decimal 16 158 198 0.92 0.20 0 0.22 193.19 0.85 0.42
Hex 10 9E C6 5C 14 0 16 C1 55 2A
Octal 20 236 306 134 24 0 26 301 125 52
Binary 10000 10011110 11000110 1011100 10100 0 10110 11000001 1010101 101010

Color Harmonies of #109EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109EC6

Black with #109EC6

Text Example


Text Example

White with #109EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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