Html Css Color HEX #17829E Eastern Blue

📋 copy color: '#17829E'

red 23 ◦ green 130 ◦ blue 158

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

Shades of Eastern Blue #17829E

Tints of Eastern Blue #17829E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.8%

 BLUE value IS 158 (62.11% from 255) = 50.8%

R = 7.4%
G = 41.8%
B = 50.8%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#17829E (or 0x17829E) is known color: Eastern Blue. HEX triplet: 17, 82 and 9E. RGB value is (23,130,158). Sum of RGB (Red+Green+Blue) = 23+130+158=311 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.40% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #17829E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17829E is #E87D61. Grayscale: #646464. Windows color (decimal): -15236450 or 10387991. OLE color: 10387991.

HSL color Cylindrical-coordinate representation of color #17829E: hue angle of 192.44º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17829E is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 23 130 158 -
CMYK 0.85 0.18 0 0.38
HSL 192.44º 0.75% 0.35% -
HSV(B) 192.44º 0.85% 0.62% -
XYZ 14.51 18.62 35.18 -
YUV 101.2 160.05 72.22 -
System Red Green Blue C M Y K H S L
Decimal 23 130 158 0.85 0.18 0 0.38 192.44 0.75 0.35
Hex 17 82 9E 55 12 0 26 C0 4B 23
Octal 27 202 236 125 22 0 46 300 113 43
Binary 10111 10000010 10011110 1010101 10010 0 100110 11000000 1001011 100011

Color Harmonies of #17829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17829E

Black with #17829E

Text Example


Text Example

White with #17829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17829E; }

 p { color: rgb(23,130,158); }

 H1.HeaderClassName
 {
   color: #17829E;
 }
 .AnyTagClassName
 {
   color: #17829E;
 }
</style>

background-color css

<style>
 a { background-color: #17829E; }

 a { background-color: rgb(23,130,158); }

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

border-color css

<style>
 span { border-color: #17829E; }

 span { border-color: rgb(23,130,158); }

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