#117D99

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

Shades of Eastern Blue #117D99

Tints of Eastern Blue #117D99

Color information

#117D99 (or 0x117D99) is unknown color: approx Eastern Blue. HEX triplet: 11, 7D and 99. RGB value is (17,125,153). Sum of RGB (Red+Green+Blue) = 17+125+153=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #117D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117D99 is #EE8266. Grayscale: #5F5F5F. Windows color (decimal): -15630951 or 10059025. OLE color: 10059025.

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

Color convert

RGB17125153-
CMYK0.890.1800.4
HSL192.35º80%33.33%-
HSV(B)192.35º88.89%60%-
XYZ13.3117.0932.73-
YUV95.9160.2271.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.76%
GREEN value IS 125 (49.22% from 255) = 42.37%
BLUE value IS 153 (60.16% from 255) = 51.86%
R=5.76%
G=42.37%
B=51.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal171251530.890.1800.4192.358033.33
Hex117D995912028c05021
Octal211752311312205030012041
Binary100011111101100110011011001100100101000110000001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,125,153); }

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

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

 a { background-color: rgb(17,125,153); }

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

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

 span { border-color: rgb(17,125,153); }

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