Html Css Color HEX #17829D Eastern Blue

📋 copy color: '#17829D'

red 23 ◦ green 130 ◦ blue 157

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

Shades of Eastern Blue #17829D

Tints of Eastern Blue #17829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.65%

R = 7.42%
G = 41.94%
B = 50.65%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#17829D (or 0x17829D) is known color: Eastern Blue. HEX triplet: 17, 82 and 9D. RGB value is (23,130,157). Sum of RGB (Red+Green+Blue) = 23+130+157=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #17829D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17829D is #E87D62. Grayscale: #646464. Windows color (decimal): -15236451 or 10322455. OLE color: 10322455.

HSL color Cylindrical-coordinate representation of color #17829D: hue angle of 192.09º degrees, saturation: 0.74, 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 #17829D is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 23 130 157 -
CMYK 0.85 0.17 0 0.38
HSL 192.09º 0.74% 0.35% -
HSV(B) 192.09º 0.85% 0.62% -
XYZ 14.42 18.58 34.72 -
YUV 101.09 159.55 72.3 -
System Red Green Blue C M Y K H S L
Decimal 23 130 157 0.85 0.17 0 0.38 192.09 0.74 0.35
Hex 17 82 9D 55 11 0 26 C0 4A 23
Octal 27 202 235 125 21 0 46 300 112 43
Binary 10111 10000010 10011101 1010101 10001 0 100110 11000000 1001010 100011

Color Harmonies of #17829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17829D

Black with #17829D

Text Example


Text Example

White with #17829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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