#108AA0

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

Shades of Eastern Blue #108AA0

Tints of Eastern Blue #108AA0

Color information

#108AA0 (or 0x108AA0) is unknown color: approx Eastern Blue. HEX triplet: 10, 8A and A0. RGB value is (16,138,160). Sum of RGB (Red+Green+Blue) = 16+138+160=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 160 (62.89% from 255 or 50.96% from 314); Max value from RGB is 160 - color contains mainly: blue. Hex color #108AA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108AA0 is #EF755F. Grayscale: #676767. Windows color (decimal): -15693152 or 10521104. OLE color: 10521104.

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

Color convert

RGB16138160-
CMYK0.90.1400.37
HSL189.17º81.82%34.51%-
HSV(B)189.17º90%62.75%-
XYZ15.6520.8336.45-
YUV104.03159.5865.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.10%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 160 (62.89% from 255) = 50.96%
R=5.10%
G=43.95%
B=50.96%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161381600.90.1400.37189.1781.8234.51
Hex108AA05AE025bd5223
Octal202122401321604527512243
Binary100001000101010100000101101011100100101101111011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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