Html Css Color HEX #118AA6 Eastern Blue

📋 copy color: '#118AA6'

red 17 ◦ green 138 ◦ blue 166

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

Shades of Eastern Blue #118AA6

Tints of Eastern Blue #118AA6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.99%

 BLUE value IS 166 (65.23% from 255) = 51.71%

R = 5.3%
G = 42.99%
B = 51.71%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#118AA6 (or 0x118AA6) is known color: Eastern Blue. HEX triplet: 11, 8A and A6. RGB value is (17,138,166). Sum of RGB (Red+Green+Blue) = 17+138+166=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 166 (65.23% from 255 or 51.71% from 321); Max value from RGB is 166 - color contains mainly: blue. Hex color #118AA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118AA6 is #EE7559. Grayscale: #686868. Windows color (decimal): -15627610 or 10914321. OLE color: 10914321.

HSL color Cylindrical-coordinate representation of color #118AA6: hue angle of 191.28º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118AA6 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 138 166 -
CMYK 0.90 0.17 0 0.35
HSL 191.28º 0.81% 0.36% -
HSV(B) 191.28º 0.9% 0.65% -
XYZ 16.2 21.05 39.29 -
YUV 105.01 162.41 65.22 -
System Red Green Blue C M Y K H S L
Decimal 17 138 166 0.90 0.17 0 0.35 191.28 0.81 0.36
Hex 11 8A A6 5A 11 0 23 BF 51 24
Octal 21 212 246 132 21 0 43 277 121 44
Binary 10001 10001010 10100110 1011010 10001 0 100011 10111111 1010001 100100

Color Harmonies of #118AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118AA6

Black with #118AA6

Text Example


Text Example

White with #118AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,138,166); }

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

background-color css

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

 a { background-color: rgb(17,138,166); }

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

border-color css

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

 span { border-color: rgb(17,138,166); }

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