Html Css Color HEX #108BA9 Eastern Blue

📋 copy color: '#108BA9'

red 16 ◦ green 139 ◦ blue 169

#108BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #108BA9

Tints of Eastern Blue #108BA9

RGB

 RED value IS 16 (6.64% from 255) = 4.94%

 GREEN value IS 139 (54.69% from 255) = 42.9%

 BLUE value IS 169 (66.41% from 255) = 52.16%

R = 4.94%
G = 42.9%
B = 52.16%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#108BA9 (or 0x108BA9) is known color: Eastern Blue. HEX triplet: 10, 8B and A9. RGB value is (16,139,169). Sum of RGB (Red+Green+Blue) = 16+139+169=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 169 (66.41% from 255 or 52.16% from 324); Max value from RGB is 169 - color contains mainly: blue. Hex color #108BA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108BA9 is #EF7456. Grayscale: #696969. Windows color (decimal): -15692887 or 11111184. OLE color: 11111184.

HSL color Cylindrical-coordinate representation of color #108BA9: hue angle of 191.76º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #108BA9 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 16 139 169 -
CMYK 0.91 0.18 0 0.34
HSL 191.76º 0.83% 0.36% -
HSV(B) 191.76º 0.91% 0.66% -
XYZ 16.61 21.44 40.8 -
YUV 105.64 163.75 64.06 -
System Red Green Blue C M Y K H S L
Decimal 16 139 169 0.91 0.18 0 0.34 191.76 0.83 0.36
Hex 10 8B A9 5B 12 0 22 C0 53 24
Octal 20 213 251 133 22 0 42 300 123 44
Binary 10000 10001011 10101001 1011011 10010 0 100010 11000000 1010011 100100

Color Harmonies of #108BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108BA9

Black with #108BA9

Text Example


Text Example

White with #108BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #108BA9;
 }
 .AnyTagClassName
 {
   color: #108BA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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