#108AC8

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

Shades of Pacific Blue #108AC8

Tints of Pacific Blue #108AC8

Color information

#108AC8 (or 0x108AC8) is unknown color: approx Pacific Blue. HEX triplet: 10, 8A and C8. RGB value is (16,138,200). Sum of RGB (Red+Green+Blue) = 16+138+200=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 200 (78.52% from 255 or 56.50% from 354); Max value from RGB is 200 - color contains mainly: blue. Hex color #108AC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108AC8 is #EF7537. Grayscale: #6C6C6C. Windows color (decimal): -15693112 or 13142544. OLE color: 13142544.

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

Color convert

RGB16138200-
CMYK0.920.3100.22
HSL200.22º85.19%42.35%-
HSV(B)200.22º92%78.43%-
XYZ19.7322.4657.94-
YUV108.59179.5861.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.52%
GREEN value IS 138 (54.30% from 255) = 38.98%
BLUE value IS 200 (78.52% from 255) = 56.50%
R=4.52%
G=38.98%
B=56.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161382000.920.3100.22200.2285.1942.35
Hex108AC85C1F016c8552a
Octal202123101343702631012552
Binary100001000101011001000101110011111010110110010001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,138,200); }

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

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

 a { background-color: rgb(16,138,200); }

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

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

 span { border-color: rgb(16,138,200); }

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