#117e97

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

Shades of Eastern Blue #117E97

Tints of Eastern Blue #117E97

Color information

#117E97 (or 0x117E97) is unknown color: approx Eastern Blue. HEX triplet: 11, 7E and 97. RGB value is (17,126,151). Sum of RGB (Red+Green+Blue) = 17+126+151=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #117E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117E97 is #EE8168. Grayscale: #606060. Windows color (decimal): -15630697 or 9928209. OLE color: 9928209.

HSL color Cylindrical-coordinate representation of color #117E97: hue angle of 191.19º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117E97 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB17126151-
CMYK0.890.1700.41
HSL191.19º79.76%32.94%-
HSV(B)191.19º88.74%59.22%-
XYZ13.2817.2831.91-
YUV96.26158.8971.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.78%
GREEN value IS 126 (49.61% from 255) = 42.86%
BLUE value IS 151 (59.38% from 255) = 51.36%
R=5.78%
G=42.86%
B=51.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171261510.890.1700.41191.1979.7632.94
Hex117E975911029bf5021
Octal211762271312105127712041
Binary100011111110100101111011001100010101001101111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117e97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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