#91A8CC

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

Shades of Polo Blue #91A8CC

Tints of Polo Blue #91A8CC

Color information

#91A8CC (or 0x91A8CC) is unknown color: approx Polo Blue. HEX triplet: 91, A8 and CC. RGB value is (145,168,204). Sum of RGB (Red+Green+Blue) = 145+168+204=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #91A8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A8CC is #6E5733. Grayscale: #A5A5A5. Windows color (decimal): -7231284 or 13412497. OLE color: 13412497.

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

Color convert

RGB145168204-
CMYK0.290.1800.2
HSL216.61º36.65%68.43%-
HSV(B)216.61º28.92%80%-
XYZ36.5838.3862.61-
YUV165.23149.88113.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.05%
GREEN value IS 168 (66.02% from 255) = 32.50%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=28.05%
G=32.50%
B=39.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451682040.290.1800.2216.6136.6568.43
Hex91A8CC1D12014d92544
Octal221250314352202433145104
Binary1001000110101000110011001110110010010100110110011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,168,204); }

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

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

 a { background-color: rgb(145,168,204); }

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

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

 span { border-color: rgb(145,168,204); }

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