Html Css Color HEX #117F96 Eastern Blue

📋 copy color: '#117F96'

red 17 ◦ green 127 ◦ blue 150

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

Shades of Eastern Blue #117F96

Tints of Eastern Blue #117F96

RGB

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

 GREEN value IS 127 (50% from 255) = 43.2%

 BLUE value IS 150 (58.98% from 255) = 51.02%

R = 5.78%
G = 43.2%
B = 51.02%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#117F96 (or 0x117F96) is known color: Eastern Blue. HEX triplet: 11, 7F and 96. RGB value is (17,127,150). Sum of RGB (Red+Green+Blue) = 17+127+150=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #117F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117F96 is #EE8069. Grayscale: #606060. Windows color (decimal): -15630442 or 9862929. OLE color: 9862929.

HSL color Cylindrical-coordinate representation of color #117F96: hue angle of 190.38º 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 #117F96 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 127 150 -
CMYK 0.89 0.15 0 0.41
HSL 190.38º 0.8% 0.33% -
HSV(B) 190.38º 0.89% 0.59% -
XYZ 13.33 17.5 31.53 -
YUV 96.73 158.06 71.13 -
System Red Green Blue C M Y K H S L
Decimal 17 127 150 0.89 0.15 0 0.41 190.38 0.8 0.33
Hex 11 7F 96 59 F 0 29 BE 50 21
Octal 21 177 226 131 17 0 51 276 120 41
Binary 10001 1111111 10010110 1011001 1111 0 101001 10111110 1010000 100001

Color Harmonies of #117F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117F96

Black with #117F96

Text Example


Text Example

White with #117F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,127,150); }

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

background-color css

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

 a { background-color: rgb(17,127,150); }

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

border-color css

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

 span { border-color: rgb(17,127,150); }

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