Html Css Color HEX #118C9E Eastern Blue

📋 copy color: '#118C9E'

red 17 ◦ green 140 ◦ blue 158

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

Shades of Eastern Blue #118C9E

Tints of Eastern Blue #118C9E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.44%

 BLUE value IS 158 (62.11% from 255) = 50.16%

R = 5.4%
G = 44.44%
B = 50.16%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#118C9E (or 0x118C9E) is known color: Eastern Blue. HEX triplet: 11, 8C and 9E. RGB value is (17,140,158). Sum of RGB (Red+Green+Blue) = 17+140+158=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #118C9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118C9E is #EE7361. Grayscale: #696969. Windows color (decimal): -15627106 or 10390545. OLE color: 10390545.

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

Color convert

RGB 17 140 158 -
CMYK 0.89 0.11 0 0.38
HSL 187.66º 0.81% 0.34% -
HSV(B) 187.66º 0.89% 0.62% -
XYZ 15.78 21.34 35.64 -
YUV 105.28 157.75 65.04 -
System Red Green Blue C M Y K H S L
Decimal 17 140 158 0.89 0.11 0 0.38 187.66 0.81 0.34
Hex 11 8C 9E 59 B 0 26 BC 51 22
Octal 21 214 236 131 13 0 46 274 121 42
Binary 10001 10001100 10011110 1011001 1011 0 100110 10111100 1010001 100010

Color Harmonies of #118C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118C9E

Black with #118C9E

Text Example


Text Example

White with #118C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,140,158); }

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

background-color css

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

 a { background-color: rgb(17,140,158); }

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

border-color css

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

 span { border-color: rgb(17,140,158); }

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