#91ABCD

Color #91ABCD Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #91ABCD

Tints of Polo Blue #91ABCD

Color information

#91ABCD (or 0x91ABCD) is unknown color: approx Polo Blue. HEX triplet: 91, AB and CD. RGB value is (145,171,205). Sum of RGB (Red+Green+Blue) = 145+171+205=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #91ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABCD is #6E5432. Grayscale: #A6A6A6. Windows color (decimal): -7230515 or 13478801. OLE color: 13478801.

HSL color Cylindrical-coordinate representation of color #91ABCD: hue angle of 214º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91ABCD is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145171205-
CMYK0.290.1700.20
HSL214º37.5%68.63%-
HSV(B)214º29.27%80.39%-
XYZ37.2639.5563.43-
YUV167.1149.39112.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.83%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=27.83%
G=32.82%
B=39.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451712050.290.1700.2021437.568.63
Hex91ABCD1D11014d62545
Octal221253315352102432645105
Binary1001000110101011110011011110110001010100110101101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91ABCD; }

 p { color: rgb(145,171,205); }

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

<style>
 a { background-color: #91ABCD; }

 a { background-color: rgb(145,171,205); }

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

<style>
 span { border-color: #91ABCD; }

 span { border-color: rgb(145,171,205); }

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