#17829F

Color #17829F Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #17829F

Tints of Eastern Blue #17829F

Color information

#17829F (or 0x17829F) is unknown color: approx Eastern Blue. HEX triplet: 17, 82 and 9F. RGB value is (23,130,159). Sum of RGB (Red+Green+Blue) = 23+130+159=312 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.37% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #17829F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17829F is #E87D60. Grayscale: #656565. Windows color (decimal): -15236449 or 10453527. OLE color: 10453527.

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

Color convert

RGB23130159-
CMYK0.860.1800.38
HSL192.79º74.73%35.69%-
HSV(B)192.79º85.53%62.35%-
XYZ14.5918.6535.63-
YUV101.31160.5572.14-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.37%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=7.37%
G=41.67%
B=50.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal231301590.860.1800.38192.7974.7335.69
Hex17829F5612026c14b24
Octal272022371262204630111344
Binary1011110000010100111111010110100100100110110000011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #17829F;
 }
 .AnyTagClassName
 {
   color: #17829F;
 }
</style>
background-color css

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

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

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

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

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

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