#108DC5

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

Shades of Pacific Blue #108DC5

Tints of Pacific Blue #108DC5

Color information

#108DC5 (or 0x108DC5) is unknown color: approx Pacific Blue. HEX triplet: 10, 8D and C5. RGB value is (16,141,197). Sum of RGB (Red+Green+Blue) = 16+141+197=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #108DC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108DC5 is #EF723A. Grayscale: #6D6D6D. Windows color (decimal): -15692347 or 12946704. OLE color: 12946704.

HSL color Cylindrical-coordinate representation of color #108DC5: hue angle of 198.56º 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 #108DC5 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16141197-
CMYK0.920.2800.23
HSL198.56º84.98%41.76%-
HSV(B)198.56º91.88%77.25%-
XYZ19.8223.1956.26-
YUV110.01177.0960.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.52%
GREEN value IS 141 (55.47% from 255) = 39.83%
BLUE value IS 197 (77.34% from 255) = 55.65%
R=4.52%
G=39.83%
B=55.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161411970.920.2800.23198.5684.9841.76
Hex108DC55C1C017c7552a
Octal202153051343402730712552
Binary100001000110111000101101110011100010111110001111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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