#108F9E

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

Shades of Eastern Blue #108F9E

Tints of Eastern Blue #108F9E

Color information

#108F9E (or 0x108F9E) is unknown color: approx Eastern Blue. HEX triplet: 10, 8F and 9E. RGB value is (16,143,158). Sum of RGB (Red+Green+Blue) = 16+143+158=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #108F9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108F9E is #EF7061. Grayscale: #6A6A6A. Windows color (decimal): -15691874 or 10391312. OLE color: 10391312.

HSL color Cylindrical-coordinate representation of color #108F9E: hue angle of 186.34º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #108F9E is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB16143158-
CMYK0.900.0900.38
HSL186.34º81.61%34.12%-
HSV(B)186.34º89.87%61.96%-
XYZ16.2122.2235.78-
YUV106.74156.9263.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.05%
GREEN value IS 143 (56.25% from 255) = 45.11%
BLUE value IS 158 (62.11% from 255) = 49.84%
R=5.05%
G=45.11%
B=49.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161431580.900.0900.38186.3481.6134.12
Hex108F9E5A9026ba5222
Octal202172361321104627212242
Binary100001000111110011110101101010010100110101110101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,143,158); }

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

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

 a { background-color: rgb(16,143,158); }

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

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

 span { border-color: rgb(16,143,158); }

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