#1589D8

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

Shades of Pacific Blue #1589D8

Tints of Pacific Blue #1589D8

Color information

#1589D8 (or 0x1589D8) is unknown color: approx Pacific Blue. HEX triplet: 15, 89 and D8. RGB value is (21,137,216). Sum of RGB (Red+Green+Blue) = 21+137+216=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 216 (84.77% from 255 or 57.75% from 374); Max value from RGB is 216 - color contains mainly: blue. Hex color #1589D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1589D8 is #EA7627. Grayscale: #6E6E6E. Windows color (decimal): -15365672 or 14190869. OLE color: 14190869.

HSL color Cylindrical-coordinate representation of color #1589D8: hue angle of 204.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1589D8 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21137216-
CMYK0.900.3700.15
HSL204.31º82.28%46.47%-
HSV(B)204.31º90.28%84.71%-
XYZ21.6523.0168.27-
YUV111.32187.0763.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.61%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 216 (84.77% from 255) = 57.75%
R=5.61%
G=36.63%
B=57.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211372160.900.3700.15204.3182.2846.47
Hex1589D85A250Fcc522e
Octal252113301324501731412256
Binary101011000100111011000101101010010101111110011001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1589D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1589D8; }

 p { color: rgb(21,137,216); }

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

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

 a { background-color: rgb(21,137,216); }

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

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

 span { border-color: rgb(21,137,216); }

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