Html Css Color HEX #118F9B Eastern Blue

📋 copy color: '#118F9B'

red 17 ◦ green 143 ◦ blue 155

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

Shades of Eastern Blue #118F9B

Tints of Eastern Blue #118F9B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.4%

 BLUE value IS 155 (60.94% from 255) = 49.21%

R = 5.4%
G = 45.4%
B = 49.21%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#118F9B (or 0x118F9B) is known color: Eastern Blue. HEX triplet: 11, 8F and 9B. RGB value is (17,143,155). Sum of RGB (Red+Green+Blue) = 17+143+155=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #118F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118F9B is #EE7064. Grayscale: #6A6A6A. Windows color (decimal): -15626341 or 10194705. OLE color: 10194705.

HSL color Cylindrical-coordinate representation of color #118F9B: hue angle of 185.22º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118F9B is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 143 155 -
CMYK 0.89 0.08 0 0.39
HSL 185.22º 0.8% 0.34% -
HSV(B) 185.22º 0.89% 0.61% -
XYZ 15.97 22.13 34.44 -
YUV 106.69 155.26 64.02 -
System Red Green Blue C M Y K H S L
Decimal 17 143 155 0.89 0.08 0 0.39 185.22 0.8 0.34
Hex 11 8F 9B 59 8 0 27 B9 50 22
Octal 21 217 233 131 10 0 47 271 120 42
Binary 10001 10001111 10011011 1011001 1000 0 100111 10111001 1010000 100010

Color Harmonies of #118F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F9B

Black with #118F9B

Text Example


Text Example

White with #118F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,143,155); }

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

background-color css

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

 a { background-color: rgb(17,143,155); }

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

border-color css

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

 span { border-color: rgb(17,143,155); }

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