#91A6CD

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

Shades of Polo Blue #91A6CD

Tints of Polo Blue #91A6CD

Color information

#91A6CD (or 0x91A6CD) is unknown color: approx Polo Blue. HEX triplet: 91, A6 and CD. RGB value is (145,166,205). Sum of RGB (Red+Green+Blue) = 145+166+205=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #91A6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A6CD is #6E5932. Grayscale: #A3A3A3. Windows color (decimal): -7231795 or 13477521. OLE color: 13477521.

HSL color Cylindrical-coordinate representation of color #91A6CD: hue angle of 219º 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 #91A6CD is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145166205-
CMYK0.290.1900.20
HSL219º37.5%68.63%-
HSV(B)219º29.27%80.39%-
XYZ36.3337.763.12-
YUV164.17151.04114.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.10%
GREEN value IS 166 (65.23% from 255) = 32.17%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=28.10%
G=32.17%
B=39.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451662050.290.1900.2021937.568.63
Hex91A6CD1D13014db2545
Octal221246315352302433345105
Binary1001000110100110110011011110110011010100110110111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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