Html Css Color HEX #109AD7 Pacific Blue

📋 copy color: '#109AD7'

red 16 ◦ green 154 ◦ blue 215

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

Shades of Pacific Blue #109AD7

Tints of Pacific Blue #109AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 55.84%

R = 4.16%
G = 40%
B = 55.84%

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

#109AD7 (or 0x109AD7) is known color: Pacific Blue. HEX triplet: 10, 9A and D7. RGB value is (16,154,215). Sum of RGB (Red+Green+Blue) = 16+154+215=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 215 (84.38% from 255 or 55.84% from 385); Max value from RGB is 215 - color contains mainly: blue. Hex color #109AD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109AD7 is #EF6528. Grayscale: #777777. Windows color (decimal): -15689001 or 14129680. OLE color: 14129680.

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

Color convert

RGB 16 154 215 -
CMYK 0.93 0.28 0 0.16
HSL 198.39º 0.86% 0.45% -
HSV(B) 198.39º 0.93% 0.84% -
XYZ 24.04 28.13 68.45 -
YUV 119.69 181.78 54.04 -
System Red Green Blue C M Y K H S L
Decimal 16 154 215 0.93 0.28 0 0.16 198.39 0.86 0.45
Hex 10 9A D7 5D 1C 0 10 C6 56 2D
Octal 20 232 327 135 34 0 20 306 126 55
Binary 10000 10011010 11010111 1011101 11100 0 10000 11000110 1010110 101101

Color Harmonies of #109AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109AD7

Black with #109AD7

Text Example


Text Example

White with #109AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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