#16829D

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

Shades of Eastern Blue #16829D

Tints of Eastern Blue #16829D

Color information

#16829D (or 0x16829D) is unknown color: approx Eastern Blue. HEX triplet: 16, 82 and 9D. RGB value is (22,130,157). Sum of RGB (Red+Green+Blue) = 22+130+157=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #16829D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16829D is #E97D62. Grayscale: #646464. Windows color (decimal): -15301987 or 10322454. OLE color: 10322454.

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

Color convert

RGB22130157-
CMYK0.860.1700.38
HSL192º75.42%35.1%-
HSV(B)192º85.99%61.57%-
XYZ14.418.5734.72-
YUV100.79159.7271.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.12%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 157 (61.72% from 255) = 50.81%
R=7.12%
G=42.07%
B=50.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal221301570.860.1700.3819275.4235.1
Hex16829D5611026c04b23
Octal262022351262104630011343
Binary1011010000010100111011010110100010100110110000001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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