#1588CA

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

Shades of Pacific Blue #1588CA

Tints of Pacific Blue #1588CA

Color information

#1588CA (or 0x1588CA) is unknown color: approx Pacific Blue. HEX triplet: 15, 88 and CA. RGB value is (21,136,202). Sum of RGB (Red+Green+Blue) = 21+136+202=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #1588CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1588CA is #EA7735. Grayscale: #6C6C6C. Windows color (decimal): -15365942 or 13273109. OLE color: 13273109.

HSL color Cylindrical-coordinate representation of color #1588CA: hue angle of 201.88º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1588CA is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB21136202-
CMYK0.900.3300.21
HSL201.88º81.17%43.73%-
HSV(B)201.88º89.6%79.22%-
XYZ19.7722.0359.09-
YUV109.14180.465.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.85%
GREEN value IS 136 (53.52% from 255) = 37.88%
BLUE value IS 202 (79.30% from 255) = 56.27%
R=5.85%
G=37.88%
B=56.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal211362020.900.3300.21201.8881.1743.73
Hex1588CA5A21015ca512c
Octal252103121324102531212154
Binary1010110001000110010101011010100001010101110010101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1588CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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