#1588a6

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

Shades of Eastern Blue #1588A6

Tints of Eastern Blue #1588A6

Color information

#1588A6 (or 0x1588A6) is unknown color: approx Eastern Blue. HEX triplet: 15, 88 and A6. RGB value is (21,136,166). Sum of RGB (Red+Green+Blue) = 21+136+166=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 166 (65.23% from 255 or 51.39% from 323); Max value from RGB is 166 - color contains mainly: blue. Hex color #1588A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1588A6 is #EA7759. Grayscale: #686868. Windows color (decimal): -15365978 or 10913813. OLE color: 10913813.

HSL color Cylindrical-coordinate representation of color #1588A6: hue angle of 192.41º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1588A6 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB21136166-
CMYK0.870.1800.35
HSL192.41º77.54%36.67%-
HSV(B)192.41º87.35%65.1%-
XYZ1620.5239.19-
YUV105.04162.468.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.50%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 166 (65.23% from 255) = 51.39%
R=6.50%
G=42.11%
B=51.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal211361660.870.1800.35192.4177.5436.67
Hex1588A65712023c04e25
Octal252102461272204330011645
Binary1010110001000101001101010111100100100011110000001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1588a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1588a6; }

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

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

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

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

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

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

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

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