Html Css Color HEX #109AD6 Pacific Blue

📋 copy color: '#109AD6'

red 16 ◦ green 154 ◦ blue 214

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

Shades of Pacific Blue #109AD6

Tints of Pacific Blue #109AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 55.73%

R = 4.17%
G = 40.1%
B = 55.73%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#109AD6 (or 0x109AD6) is known color: Pacific Blue. HEX triplet: 10, 9A and D6. RGB value is (16,154,214). Sum of RGB (Red+Green+Blue) = 16+154+214=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 214 (83.98% from 255 or 55.73% from 384); Max value from RGB is 214 - color contains mainly: blue. Hex color #109AD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109AD6 is #EF6529. Grayscale: #777777. Windows color (decimal): -15689002 or 14064144. OLE color: 14064144.

HSL color Cylindrical-coordinate representation of color #109AD6: hue angle of 198.18º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109AD6 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 154 214 -
CMYK 0.93 0.28 0 0.16
HSL 198.18º 0.86% 0.45% -
HSV(B) 198.18º 0.93% 0.84% -
XYZ 23.91 28.08 67.78 -
YUV 119.58 181.28 54.12 -
System Red Green Blue C M Y K H S L
Decimal 16 154 214 0.93 0.28 0 0.16 198.18 0.86 0.45
Hex 10 9A D6 5D 1C 0 10 C6 56 2D
Octal 20 232 326 135 34 0 20 306 126 55
Binary 10000 10011010 11010110 1011101 11100 0 10000 11000110 1010110 101101

Color Harmonies of #109AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109AD6

Black with #109AD6

Text Example


Text Example

White with #109AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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