Html Css Color HEX #17829B Eastern Blue

📋 copy color: '#17829B'

red 23 ◦ green 130 ◦ blue 155

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

Shades of Eastern Blue #17829B

Tints of Eastern Blue #17829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.32%

R = 7.47%
G = 42.21%
B = 50.32%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#17829B (or 0x17829B) is known color: Eastern Blue. HEX triplet: 17, 82 and 9B. RGB value is (23,130,155). Sum of RGB (Red+Green+Blue) = 23+130+155=308 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.47% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #17829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17829B is #E87D64. Grayscale: #646464. Windows color (decimal): -15236453 or 10191383. OLE color: 10191383.

HSL color Cylindrical-coordinate representation of color #17829B: hue angle of 191.36º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17829B is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 23 130 155 -
CMYK 0.85 0.16 0 0.39
HSL 191.36º 0.74% 0.35% -
HSV(B) 191.36º 0.85% 0.61% -
XYZ 14.25 18.51 33.83 -
YUV 100.86 158.55 72.47 -
System Red Green Blue C M Y K H S L
Decimal 23 130 155 0.85 0.16 0 0.39 191.36 0.74 0.35
Hex 17 82 9B 55 10 0 27 BF 4A 23
Octal 27 202 233 125 20 0 47 277 112 43
Binary 10111 10000010 10011011 1010101 10000 0 100111 10111111 1001010 100011

Color Harmonies of #17829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17829B

Black with #17829B

Text Example


Text Example

White with #17829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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