#158696

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

Shades of Eastern Blue #158696

Tints of Eastern Blue #158696

Color information

#158696 (or 0x158696) is unknown color: approx Eastern Blue. HEX triplet: 15, 86 and 96. RGB value is (21,134,150). Sum of RGB (Red+Green+Blue) = 21+134+150=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #158696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158696 is #EA7969. Grayscale: #656565. Windows color (decimal): -15366506 or 9864725. OLE color: 9864725.

HSL color Cylindrical-coordinate representation of color #158696: hue angle of 187.44º 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 #158696 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB21134150-
CMYK0.860.1100.41
HSL187.44º75.44%33.53%-
HSV(B)187.44º86%58.82%-
XYZ14.3419.4131.85-
YUV102.04155.0670.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.89%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 150 (58.98% from 255) = 49.18%
R=6.89%
G=43.93%
B=49.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal211341500.860.1100.41187.4475.4433.53
Hex15869656B029bb4b22
Octal252062261261305127311342
Binary101011000011010010110101011010110101001101110111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158696; }

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

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

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

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

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

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

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

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