Html Css Color HEX #177E96 Eastern Blue

📋 copy color: '#177E96'

red 23 ◦ green 126 ◦ blue 150

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

Shades of Eastern Blue #177E96

Tints of Eastern Blue #177E96

RGB

 RED value IS 23 (9.38% from 255) = 7.69%

 GREEN value IS 126 (49.61% from 255) = 42.14%

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

R = 7.69%
G = 42.14%
B = 50.17%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#177E96 (or 0x177E96) is known color: Eastern Blue. HEX triplet: 17, 7E and 96. RGB value is (23,126,150). Sum of RGB (Red+Green+Blue) = 23+126+150=299 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.69% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #177E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177E96 is #E88169. Grayscale: #616161. Windows color (decimal): -15237482 or 9862679. OLE color: 9862679.

HSL color Cylindrical-coordinate representation of color #177E96: hue angle of 191.34º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #177E96 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 23 126 150 -
CMYK 0.85 0.16 0 0.41
HSL 191.34º 0.73% 0.34% -
HSV(B) 191.34º 0.85% 0.59% -
XYZ 13.32 17.31 31.49 -
YUV 97.94 157.38 74.55 -
System Red Green Blue C M Y K H S L
Decimal 23 126 150 0.85 0.16 0 0.41 191.34 0.73 0.34
Hex 17 7E 96 55 10 0 29 BF 49 22
Octal 27 176 226 125 20 0 51 277 111 42
Binary 10111 1111110 10010110 1010101 10000 0 101001 10111111 1001001 100010

Color Harmonies of #177E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177E96

Black with #177E96

Text Example


Text Example

White with #177E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177E96; }

 p { color: rgb(23,126,150); }

 H1.HeaderClassName
 {
   color: #177E96;
 }
 .AnyTagClassName
 {
   color: #177E96;
 }
</style>

background-color css

<style>
 a { background-color: #177E96; }

 a { background-color: rgb(23,126,150); }

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

border-color css

<style>
 span { border-color: #177E96; }

 span { border-color: rgb(23,126,150); }

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