#1588AD

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

Shades of Pelorous #1588AD

Tints of Pelorous #1588AD

Color information

#1588AD (or 0x1588AD) is unknown color: approx Pelorous. HEX triplet: 15, 88 and AD. RGB value is (21,136,173). Sum of RGB (Red+Green+Blue) = 21+136+173=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #1588AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1588AD is #EA7752. Grayscale: #696969. Windows color (decimal): -15365971 or 11372565. OLE color: 11372565.

HSL color Cylindrical-coordinate representation of color #1588AD: hue angle of 194.61º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1588AD is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB21136173-
CMYK0.880.2100.32
HSL194.61º78.35%38.04%-
HSV(B)194.61º87.86%67.84%-
XYZ16.6620.7842.67-
YUV105.83165.967.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.36%
GREEN value IS 136 (53.52% from 255) = 41.21%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=6.36%
G=41.21%
B=52.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211361730.880.2100.32194.6178.3538.04
Hex1588AD5815020c34e26
Octal252102551302504030311646
Binary1010110001000101011011011000101010100000110000111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1588AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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