Html Css Color HEX #118BAB Eastern Blue

📋 copy color: '#118BAB'

red 17 ◦ green 139 ◦ blue 171

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

Shades of Eastern Blue #118BAB

Tints of Eastern Blue #118BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.29%

R = 5.2%
G = 42.51%
B = 52.29%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#118BAB (or 0x118BAB) is known color: Eastern Blue. HEX triplet: 11, 8B and AB. RGB value is (17,139,171). Sum of RGB (Red+Green+Blue) = 17+139+171=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #118BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118BAB is #EE7454. Grayscale: #696969. Windows color (decimal): -15627349 or 11242257. OLE color: 11242257.

HSL color Cylindrical-coordinate representation of color #118BAB: hue angle of 192.47º 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 #118BAB is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 139 171 -
CMYK 0.90 0.19 0 0.33
HSL 192.47º 0.82% 0.37% -
HSV(B) 192.47º 0.9% 0.67% -
XYZ 16.81 21.52 41.8 -
YUV 106.17 164.58 64.4 -
System Red Green Blue C M Y K H S L
Decimal 17 139 171 0.90 0.19 0 0.33 192.47 0.82 0.37
Hex 11 8B AB 5A 13 0 21 C0 52 25
Octal 21 213 253 132 23 0 41 300 122 45
Binary 10001 10001011 10101011 1011010 10011 0 100001 11000000 1010010 100101

Color Harmonies of #118BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118BAB

Black with #118BAB

Text Example


Text Example

White with #118BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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