Html Css Color HEX #118DAA Eastern Blue

📋 copy color: '#118DAA'

red 17 ◦ green 141 ◦ blue 170

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

Shades of Eastern Blue #118DAA

Tints of Eastern Blue #118DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.99%

 BLUE value IS 170 (66.8% from 255) = 51.83%

R = 5.18%
G = 42.99%
B = 51.83%

CMYK

 C value IS 0.9

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#118DAA (or 0x118DAA) is known color: Eastern Blue. HEX triplet: 11, 8D and AA. RGB value is (17,141,170). Sum of RGB (Red+Green+Blue) = 17+141+170=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #118DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118DAA is #EE7255. Grayscale: #6A6A6A. Windows color (decimal): -15626838 or 11177233. OLE color: 11177233.

HSL color Cylindrical-coordinate representation of color #118DAA: hue angle of 191.37º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118DAA is Cyan = 0.9, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 141 170 -
CMYK 0.9 0.17 0 0.33
HSL 191.37º 0.82% 0.37% -
HSV(B) 191.37º 0.9% 0.67% -
XYZ 17.01 22.07 41.39 -
YUV 107.23 163.42 63.64 -
System Red Green Blue C M Y K H S L
Decimal 17 141 170 0.9 0.17 0 0.33 191.37 0.82 0.37
Hex 11 8D AA 5A 11 0 21 BF 52 25
Octal 21 215 252 132 21 0 41 277 122 45
Binary 10001 10001101 10101010 1011010 10001 0 100001 10111111 1010010 100101

Color Harmonies of #118DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DAA

Black with #118DAA

Text Example


Text Example

White with #118DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,141,170); }

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

background-color css

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

 a { background-color: rgb(17,141,170); }

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

border-color css

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

 span { border-color: rgb(17,141,170); }

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