#91A6C8

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

Shades of Polo Blue #91A6C8

Tints of Polo Blue #91A6C8

Color information

#91A6C8 (or 0x91A6C8) is unknown color: approx Polo Blue. HEX triplet: 91, A6 and C8. RGB value is (145,166,200). Sum of RGB (Red+Green+Blue) = 145+166+200=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 200 - color contains mainly: blue. Hex color #91A6C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A6C8 is #6E5937. Grayscale: #A3A3A3. Windows color (decimal): -7231800 or 13149841. OLE color: 13149841.

HSL color Cylindrical-coordinate representation of color #91A6C8: hue angle of 217.09º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91A6C8 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB145166200-
CMYK0.280.1700.22
HSL217.09º33.33%67.65%-
HSV(B)217.09º27.5%78.43%-
XYZ35.7437.4659.99-
YUV163.6148.54114.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.38%
GREEN value IS 166 (65.23% from 255) = 32.49%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=28.38%
G=32.49%
B=39.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451662000.280.1700.22217.0933.3367.65
Hex91A6C81C11016d92144
Octal221246310342102633141104
Binary1001000110100110110010001110010001010110110110011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,166,200); }

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

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

 a { background-color: rgb(145,166,200); }

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

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

 span { border-color: rgb(145,166,200); }

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