Html Css Color HEX #109ABF Pacific Blue

📋 copy color: '#109ABF'

red 16 ◦ green 154 ◦ blue 191

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

Shades of Pacific Blue #109ABF

Tints of Pacific Blue #109ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.91%

R = 4.43%
G = 42.66%
B = 52.91%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#109ABF (or 0x109ABF) is known color: Pacific Blue. HEX triplet: 10, 9A and BF. RGB value is (16,154,191). Sum of RGB (Red+Green+Blue) = 16+154+191=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #109ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ABF is #EF6540. Grayscale: #747474. Windows color (decimal): -15689025 or 12556816. OLE color: 12556816.

HSL color Cylindrical-coordinate representation of color #109ABF: hue angle of 192.69º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109ABF is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 154 191 -
CMYK 0.92 0.19 0 0.25
HSL 192.69º 0.85% 0.41% -
HSV(B) 192.69º 0.92% 0.75% -
XYZ 21.17 26.98 53.38 -
YUV 116.96 169.78 55.99 -
System Red Green Blue C M Y K H S L
Decimal 16 154 191 0.92 0.19 0 0.25 192.69 0.85 0.41
Hex 10 9A BF 5C 13 0 19 C1 55 29
Octal 20 232 277 134 23 0 31 301 125 51
Binary 10000 10011010 10111111 1011100 10011 0 11001 11000001 1010101 101001

Color Harmonies of #109ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109ABF

Black with #109ABF

Text Example


Text Example

White with #109ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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