#16899F

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

Shades of Eastern Blue #16899F

Tints of Eastern Blue #16899F

Color information

#16899F (or 0x16899F) is unknown color: approx Eastern Blue. HEX triplet: 16, 89 and 9F. RGB value is (22,137,159). Sum of RGB (Red+Green+Blue) = 22+137+159=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #16899F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16899F is #E97660. Grayscale: #686868. Windows color (decimal): -15300193 or 10455318. OLE color: 10455318.

HSL color Cylindrical-coordinate representation of color #16899F: hue angle of 189.64º degrees, saturation: 0.76, 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 #16899F is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB22137159-
CMYK0.860.1400.38
HSL189.64º75.69%35.49%-
HSV(B)189.64º86.16%62.35%-
XYZ15.5320.5735.95-
YUV105.12158.468.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.92%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 159 (62.5% from 255) = 50%
R=6.92%
G=43.08%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal221371590.860.1400.38189.6475.6935.49
Hex16899F56E026be4c23
Octal262112371261604627611443
Binary101101000100110011111101011011100100110101111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,137,159); }

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

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

 a { background-color: rgb(22,137,159); }

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

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

 span { border-color: rgb(22,137,159); }

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