Html Css Color HEX #177D99 Eastern Blue

📋 copy color: '#177D99'

red 23 ◦ green 125 ◦ blue 153

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

Shades of Eastern Blue #177D99

Tints of Eastern Blue #177D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.83%

R = 7.64%
G = 41.53%
B = 50.83%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#177D99 (or 0x177D99) is known color: Eastern Blue. HEX triplet: 17, 7D and 99. RGB value is (23,125,153). Sum of RGB (Red+Green+Blue) = 23+125+153=301 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.64% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #177D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177D99 is #E88266. Grayscale: #616161. Windows color (decimal): -15237735 or 10059031. OLE color: 10059031.

HSL color Cylindrical-coordinate representation of color #177D99: hue angle of 192.92º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #177D99 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 23 125 153 -
CMYK 0.85 0.18 0 0.4
HSL 192.92º 0.74% 0.35% -
HSV(B) 192.92º 0.85% 0.6% -
XYZ 13.44 17.15 32.74 -
YUV 97.69 159.21 74.72 -
System Red Green Blue C M Y K H S L
Decimal 23 125 153 0.85 0.18 0 0.4 192.92 0.74 0.35
Hex 17 7D 99 55 12 0 28 C1 4A 23
Octal 27 175 231 125 22 0 50 301 112 43
Binary 10111 1111101 10011001 1010101 10010 0 101000 11000001 1001010 100011

Color Harmonies of #177D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177D99

Black with #177D99

Text Example


Text Example

White with #177D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,125,153); }

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

background-color css

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

 a { background-color: rgb(23,125,153); }

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

border-color css

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

 span { border-color: rgb(23,125,153); }

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