Html Css Color HEX #109CC0 Pacific Blue

📋 copy color: '#109CC0'

red 16 ◦ green 156 ◦ blue 192

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

Shades of Pacific Blue #109CC0

Tints of Pacific Blue #109CC0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.86%

 BLUE value IS 192 (75.39% from 255) = 52.75%

R = 4.4%
G = 42.86%
B = 52.75%

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

#109CC0 (or 0x109CC0) is known color: Pacific Blue. HEX triplet: 10, 9C and C0. RGB value is (16,156,192). Sum of RGB (Red+Green+Blue) = 16+156+192=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #109CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109CC0 is #EF633F. Grayscale: #757575. Windows color (decimal): -15688512 or 12622864. OLE color: 12622864.

HSL color Cylindrical-coordinate representation of color #109CC0: hue angle of 192.27º 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 #109CC0 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 156 192 -
CMYK 0.92 0.19 0 0.25
HSL 192.27º 0.85% 0.41% -
HSV(B) 192.27º 0.92% 0.75% -
XYZ 21.62 27.69 54.08 -
YUV 118.24 169.62 55.07 -
System Red Green Blue C M Y K H S L
Decimal 16 156 192 0.92 0.19 0 0.25 192.27 0.85 0.41
Hex 10 9C C0 5C 13 0 19 C0 55 29
Octal 20 234 300 134 23 0 31 300 125 51
Binary 10000 10011100 11000000 1011100 10011 0 11001 11000000 1010101 101001

Color Harmonies of #109CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109CC0

Black with #109CC0

Text Example


Text Example

White with #109CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,156,192); }

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

background-color css

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

 a { background-color: rgb(16,156,192); }

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

border-color css

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

 span { border-color: rgb(16,156,192); }

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