#117E9A

Color #117E9A Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #117E9A

Tints of Eastern Blue #117E9A

Color information

#117E9A (or 0x117E9A) is unknown color: approx Eastern Blue. HEX triplet: 11, 7E and 9A. RGB value is (17,126,154). Sum of RGB (Red+Green+Blue) = 17+126+154=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #117E9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117E9A is #EE8165. Grayscale: #606060. Windows color (decimal): -15630694 or 10124817. OLE color: 10124817.

HSL color Cylindrical-coordinate representation of color #117E9A: hue angle of 192.26º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117E9A is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB17126154-
CMYK0.890.1800.40
HSL192.26º80.12%33.53%-
HSV(B)192.26º88.96%60.39%-
XYZ13.5217.3733.21-
YUV96.6160.3971.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.72%
GREEN value IS 126 (49.61% from 255) = 42.42%
BLUE value IS 154 (60.55% from 255) = 51.85%
R=5.72%
G=42.42%
B=51.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal171261540.890.1800.40192.2680.1233.53
Hex117E9A5912028c05022
Octal211762321312205030012042
Binary100011111110100110101011001100100101000110000001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117E9A; }

 p { color: rgb(17,126,154); }

 H1.HeaderClassName
 {
   color: #117E9A;
 }
 .AnyTagClassName
 {
   color: #117E9A;
 }
</style>
background-color css

<style>
 a { background-color: #117E9A; }

 a { background-color: rgb(17,126,154); }

 div.DivClassName
 {
   background-color: #117E9A;
 }
 .BgClassName
 {
   background-color: #117E9A;
 }
</style>
border-color css

<style>
 span { border-color: #117E9A; }

 span { border-color: rgb(17,126,154); }

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