#91AECB

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

Shades of Polo Blue #91AECB

Tints of Polo Blue #91AECB

Color information

#91AECB (or 0x91AECB) is unknown color: approx Polo Blue. HEX triplet: 91, AE and CB. RGB value is (145,174,203). Sum of RGB (Red+Green+Blue) = 145+174+203=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #91AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AECB is #6E5134. Grayscale: #A8A8A8. Windows color (decimal): -7229749 or 13348497. OLE color: 13348497.

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

Color convert

RGB145174203-
CMYK0.290.1400.20
HSL210º35.8%68.24%-
HSV(B)210º28.57%79.61%-
XYZ37.5940.662.36-
YUV168.64147.39111.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.78%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=27.78%
G=33.33%
B=38.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451742030.290.1400.2021035.868.24
Hex91AECB1DE014d22444
Octal221256313351602432244104
Binary100100011010111011001011111011110010100110100101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,174,203); }

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

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

 a { background-color: rgb(145,174,203); }

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

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

 span { border-color: rgb(145,174,203); }

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