#108BD4

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

Shades of Pacific Blue #108BD4

Tints of Pacific Blue #108BD4

Color information

#108BD4 (or 0x108BD4) is unknown color: approx Pacific Blue. HEX triplet: 10, 8B and D4. RGB value is (16,139,212). Sum of RGB (Red+Green+Blue) = 16+139+212=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 212 (83.20% from 255 or 57.77% from 367); Max value from RGB is 212 - color contains mainly: blue. Hex color #108BD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108BD4 is #EF742B. Grayscale: #6E6E6E. Windows color (decimal): -15692844 or 13929232. OLE color: 13929232.

HSL color Cylindrical-coordinate representation of color #108BD4: hue angle of 202.35º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #108BD4 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16139212-
CMYK0.920.3400.17
HSL202.35º85.96%44.71%-
HSV(B)202.35º92.45%83.14%-
XYZ21.3323.3365.67-
YUV110.54185.2560.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.36%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 212 (83.20% from 255) = 57.77%
R=4.36%
G=37.87%
B=57.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161392120.920.3400.17202.3585.9644.71
Hex108BD45C22011ca562d
Octal202133241344202131212655
Binary1000010001011110101001011100100010010001110010101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,139,212); }

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

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

 a { background-color: rgb(16,139,212); }

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

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

 span { border-color: rgb(16,139,212); }

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