#1588D8

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

Shades of Pacific Blue #1588D8

Tints of Pacific Blue #1588D8

Color information

#1588D8 (or 0x1588D8) is unknown color: approx Pacific Blue. HEX triplet: 15, 88 and D8. RGB value is (21,136,216). Sum of RGB (Red+Green+Blue) = 21+136+216=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 216 (84.77% from 255 or 57.91% from 373); Max value from RGB is 216 - color contains mainly: blue. Hex color #1588D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1588D8 is #EA7727. Grayscale: #6E6E6E. Windows color (decimal): -15365928 or 14190613. OLE color: 14190613.

HSL color Cylindrical-coordinate representation of color #1588D8: hue angle of 204.62º 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 #1588D8 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21136216-
CMYK0.900.3700.15
HSL204.62º82.28%46.47%-
HSV(B)204.62º90.28%84.71%-
XYZ21.5122.7368.22-
YUV110.73187.464-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.63%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 216 (84.77% from 255) = 57.91%
R=5.63%
G=36.46%
B=57.91%

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
Decimal211362160.900.3700.15204.6282.2846.47
Hex1588D85A250Fcd522e
Octal252103301324501731512256
Binary101011000100011011000101101010010101111110011011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1588D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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