Html Css Color HEX #118B9F Eastern Blue

📋 copy color: '#118B9F'

red 17 ◦ green 139 ◦ blue 159

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

Shades of Eastern Blue #118B9F

Tints of Eastern Blue #118B9F

RGB

 RED value IS 17 (7.03% from 255) = 5.4%

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

 BLUE value IS 159 (62.5% from 255) = 50.48%

R = 5.4%
G = 44.13%
B = 50.48%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#118B9F (or 0x118B9F) is known color: Eastern Blue. HEX triplet: 11, 8B and 9F. RGB value is (17,139,159). Sum of RGB (Red+Green+Blue) = 17+139+159=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #118B9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118B9F is #EE7460. Grayscale: #686868. Windows color (decimal): -15627361 or 10455825. OLE color: 10455825.

HSL color Cylindrical-coordinate representation of color #118B9F: hue angle of 188.45º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118B9F is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 139 159 -
CMYK 0.89 0.13 0 0.38
HSL 188.45º 0.81% 0.35% -
HSV(B) 188.45º 0.89% 0.62% -
XYZ 15.72 21.09 36.04 -
YUV 104.8 158.58 65.37 -
System Red Green Blue C M Y K H S L
Decimal 17 139 159 0.89 0.13 0 0.38 188.45 0.81 0.35
Hex 11 8B 9F 59 D 0 26 BC 51 23
Octal 21 213 237 131 15 0 46 274 121 43
Binary 10001 10001011 10011111 1011001 1101 0 100110 10111100 1010001 100011

Color Harmonies of #118B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118B9F

Black with #118B9F

Text Example


Text Example

White with #118B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118B9F; }

 p { color: rgb(17,139,159); }

 H1.HeaderClassName
 {
   color: #118B9F;
 }
 .AnyTagClassName
 {
   color: #118B9F;
 }
</style>

background-color css

<style>
 a { background-color: #118B9F; }

 a { background-color: rgb(17,139,159); }

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

border-color css

<style>
 span { border-color: #118B9F; }

 span { border-color: rgb(17,139,159); }

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