#108CC5

Color #108CC5 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #108CC5

Tints of Pacific Blue #108CC5

Color information

#108CC5 (or 0x108CC5) is unknown color: approx Pacific Blue. HEX triplet: 10, 8C and C5. RGB value is (16,140,197). Sum of RGB (Red+Green+Blue) = 16+140+197=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 197 (77.34% from 255 or 55.81% from 353); Max value from RGB is 197 - color contains mainly: blue. Hex color #108CC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108CC5 is #EF733A. Grayscale: #6D6D6D. Windows color (decimal): -15692603 or 12946448. OLE color: 12946448.

HSL color Cylindrical-coordinate representation of color #108CC5: hue angle of 198.9º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #108CC5 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16140197-
CMYK0.920.2900.23
HSL198.9º84.98%41.76%-
HSV(B)198.9º91.88%77.25%-
XYZ19.6722.956.21-
YUV109.42177.4261.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.53%
GREEN value IS 140 (55.08% from 255) = 39.66%
BLUE value IS 197 (77.34% from 255) = 55.81%
R=4.53%
G=39.66%
B=55.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161401970.920.2900.23198.984.9841.76
Hex108CC55C1D017c7552a
Octal202143051343502730712552
Binary100001000110011000101101110011101010111110001111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108CC5; }

 p { color: rgb(16,140,197); }

 H1.HeaderClassName
 {
   color: #108CC5;
 }
 .AnyTagClassName
 {
   color: #108CC5;
 }
</style>
background-color css

<style>
 a { background-color: #108CC5; }

 a { background-color: rgb(16,140,197); }

 div.DivClassName
 {
   background-color: #108CC5;
 }
 .BgClassName
 {
   background-color: #108CC5;
 }
</style>
border-color css

<style>
 span { border-color: #108CC5; }

 span { border-color: rgb(16,140,197); }

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