#158896

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

Shades of Eastern Blue #158896

Tints of Eastern Blue #158896

Color information

#158896 (or 0x158896) is unknown color: approx Eastern Blue. HEX triplet: 15, 88 and 96. RGB value is (21,136,150). Sum of RGB (Red+Green+Blue) = 21+136+150=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #158896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158896 is #EA7769. Grayscale: #676767. Windows color (decimal): -15365994 or 9865237. OLE color: 9865237.

HSL color Cylindrical-coordinate representation of color #158896: hue angle of 186.51º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158896 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB21136150-
CMYK0.860.0900.41
HSL186.51º75.44%33.53%-
HSV(B)186.51º86%58.82%-
XYZ14.6219.9731.94-
YUV103.21154.469.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.84%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=6.84%
G=44.30%
B=48.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal211361500.860.0900.41186.5175.4433.53
Hex158896569029bb4b22
Octal252102261261105127311342
Binary101011000100010010110101011010010101001101110111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158896; }

 p { color: rgb(21,136,150); }

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

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

 a { background-color: rgb(21,136,150); }

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

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

 span { border-color: rgb(21,136,150); }

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