Html Css Color HEX #177B95 Eastern Blue

📋 copy color: '#177B95'

red 23 ◦ green 123 ◦ blue 149

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

Shades of Eastern Blue #177B95

Tints of Eastern Blue #177B95

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.69%

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

R = 7.8%
G = 41.69%
B = 50.51%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#177B95 (or 0x177B95) is known color: Eastern Blue. HEX triplet: 17, 7B and 95. RGB value is (23,123,149). Sum of RGB (Red+Green+Blue) = 23+123+149=295 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.80% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #177B95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177B95 is #E8846A. Grayscale: #5F5F5F. Windows color (decimal): -15238251 or 9796375. OLE color: 9796375.

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

Color convert

RGB 23 123 149 -
CMYK 0.85 0.17 0 0.42
HSL 192.38º 0.73% 0.34% -
HSV(B) 192.38º 0.85% 0.58% -
XYZ 12.86 16.52 30.94 -
YUV 96.06 157.87 75.89 -
System Red Green Blue C M Y K H S L
Decimal 23 123 149 0.85 0.17 0 0.42 192.38 0.73 0.34
Hex 17 7B 95 55 11 0 2A C0 49 22
Octal 27 173 225 125 21 0 52 300 111 42
Binary 10111 1111011 10010101 1010101 10001 0 101010 11000000 1001001 100010

Color Harmonies of #177B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177B95

Black with #177B95

Text Example


Text Example

White with #177B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,123,149); }

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

background-color css

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

 a { background-color: rgb(23,123,149); }

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

border-color css

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

 span { border-color: rgb(23,123,149); }

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