#16686D

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

Shades of Blue Stone #16686D

Tints of Blue Stone #16686D

Color information

#16686D (or 0x16686D) is unknown color: approx Blue Stone. HEX triplet: 16, 68 and 6D. RGB value is (22,104,109). Sum of RGB (Red+Green+Blue) = 22+104+109=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #16686D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16686D is #E99792. Grayscale: #4F4F4F. Windows color (decimal): -15308691 or 7170070. OLE color: 7170070.

HSL color Cylindrical-coordinate representation of color #16686D: hue angle of 183.45º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16686D is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB22104109-
CMYK0.800.0500.57
HSL183.45º66.41%25.69%-
HSV(B)183.45º79.82%42.75%-
XYZ8.0411.1816.2-
YUV80.05144.3386.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.36%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 109 (42.97% from 255) = 46.38%
R=9.36%
G=44.26%
B=46.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal221041090.800.0500.57183.4566.4125.69
Hex16686D505039b7421a
Octal26150155120507126710232
Binary10110110100011011011010000101011100110110111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,104,109); }

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

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

 a { background-color: rgb(22,104,109); }

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

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

 span { border-color: rgb(22,104,109); }

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