Html Css Color HEX #117C93 Eastern Blue

📋 copy color: '#117C93'

red 17 ◦ green 124 ◦ blue 147

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

Shades of Eastern Blue #117C93

Tints of Eastern Blue #117C93

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.06%

 BLUE value IS 147 (57.81% from 255) = 51.04%

R = 5.9%
G = 43.06%
B = 51.04%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117C93 (or 0x117C93) is known color: Eastern Blue. HEX triplet: 11, 7C and 93. RGB value is (17,124,147). Sum of RGB (Red+Green+Blue) = 17+124+147=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #117C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117C93 is #EE836C. Grayscale: #5E5E5E. Windows color (decimal): -15631213 or 9665553. OLE color: 9665553.

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

Color convert

RGB 17 124 147 -
CMYK 0.88 0.16 0 0.42
HSL 190.62º 0.79% 0.32% -
HSV(B) 190.62º 0.88% 0.58% -
XYZ 12.71 16.64 30.15 -
YUV 94.63 157.55 72.63 -
System Red Green Blue C M Y K H S L
Decimal 17 124 147 0.88 0.16 0 0.42 190.62 0.79 0.32
Hex 11 7C 93 58 10 0 2A BF 4F 20
Octal 21 174 223 130 20 0 52 277 117 40
Binary 10001 1111100 10010011 1011000 10000 0 101010 10111111 1001111 100000

Color Harmonies of #117C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117C93

Black with #117C93

Text Example


Text Example

White with #117C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,124,147); }

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

background-color css

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

 a { background-color: rgb(17,124,147); }

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

border-color css

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

 span { border-color: rgb(17,124,147); }

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