Html Css Color HEX #117D95 Eastern Blue

📋 copy color: '#117D95'

red 17 ◦ green 125 ◦ blue 149

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

Shades of Eastern Blue #117D95

Tints of Eastern Blue #117D95

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.96%

 BLUE value IS 149 (58.59% from 255) = 51.2%

R = 5.84%
G = 42.96%
B = 51.2%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117D95 (or 0x117D95) is known color: Eastern Blue. HEX triplet: 11, 7D and 95. RGB value is (17,125,149). Sum of RGB (Red+Green+Blue) = 17+125+149=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #117D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117D95 is #EE826A. Grayscale: #5F5F5F. Windows color (decimal): -15630955 or 9796881. OLE color: 9796881.

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

Color convert

RGB 17 125 149 -
CMYK 0.89 0.16 0 0.42
HSL 190.91º 0.8% 0.33% -
HSV(B) 190.91º 0.89% 0.58% -
XYZ 12.99 16.96 31.02 -
YUV 95.44 158.22 72.05 -
System Red Green Blue C M Y K H S L
Decimal 17 125 149 0.89 0.16 0 0.42 190.91 0.8 0.33
Hex 11 7D 95 59 10 0 2A BF 50 21
Octal 21 175 225 131 20 0 52 277 120 41
Binary 10001 1111101 10010101 1011001 10000 0 101010 10111111 1010000 100001

Color Harmonies of #117D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117D95

Black with #117D95

Text Example


Text Example

White with #117D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #117D95;
 }
 .AnyTagClassName
 {
   color: #117D95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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