#108EA5

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

Shades of Eastern Blue #108EA5

Tints of Eastern Blue #108EA5

Color information

#108EA5 (or 0x108EA5) is unknown color: approx Eastern Blue. HEX triplet: 10, 8E and A5. RGB value is (16,142,165). Sum of RGB (Red+Green+Blue) = 16+142+165=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 165 (64.84% from 255 or 51.08% from 323); Max value from RGB is 165 - color contains mainly: blue. Hex color #108EA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108EA5 is #EF715A. Grayscale: #6A6A6A. Windows color (decimal): -15692123 or 10849808. OLE color: 10849808.

HSL color Cylindrical-coordinate representation of color #108EA5: hue angle of 189.26º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #108EA5 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16142165-
CMYK0.900.1400.35
HSL189.26º82.32%35.49%-
HSV(B)189.26º90.3%64.71%-
XYZ16.6822.1739-
YUV106.95160.7663.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.95%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 165 (64.84% from 255) = 51.08%
R=4.95%
G=43.96%
B=51.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161421650.900.1400.35189.2682.3235.49
Hex108EA55AE023bd5223
Octal202162451321604327512243
Binary100001000111010100101101101011100100011101111011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,142,165); }

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

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

 a { background-color: rgb(16,142,165); }

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

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

 span { border-color: rgb(16,142,165); }

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