#117E91

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

Shades of Eastern Blue #117E91

Tints of Eastern Blue #117E91

Color information

#117E91 (or 0x117E91) is unknown color: approx Eastern Blue. HEX triplet: 11, 7E and 91. RGB value is (17,126,145). Sum of RGB (Red+Green+Blue) = 17+126+145=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #117E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117E91 is #EE816E. Grayscale: #5F5F5F. Windows color (decimal): -15630703 or 9534993. OLE color: 9534993.

HSL color Cylindrical-coordinate representation of color #117E91: hue angle of 188.91º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117E91 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB17126145-
CMYK0.880.1300.43
HSL188.91º79.01%31.76%-
HSV(B)188.91º88.28%56.86%-
XYZ12.817.0929.41-
YUV95.57155.8971.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.90%
GREEN value IS 126 (49.61% from 255) = 43.75%
BLUE value IS 145 (57.03% from 255) = 50.35%
R=5.90%
G=43.75%
B=50.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal171261450.880.1300.43188.9179.0131.76
Hex117E9158D02Bbd4f20
Octal211762211301505327511740
Binary10001111111010010001101100011010101011101111011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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