#91AECE

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

Shades of Polo Blue #91AECE

Tints of Polo Blue #91AECE

Color information

#91AECE (or 0x91AECE) is unknown color: approx Polo Blue. HEX triplet: 91, AE and CE. RGB value is (145,174,206). Sum of RGB (Red+Green+Blue) = 145+174+206=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #91AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AECE is #6E5131. Grayscale: #A8A8A8. Windows color (decimal): -7229746 or 13545105. OLE color: 13545105.

HSL color Cylindrical-coordinate representation of color #91AECE: hue angle of 211.48º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91AECE is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145174206-
CMYK0.300.1600.19
HSL211.48º38.36%68.82%-
HSV(B)211.48º29.61%80.78%-
XYZ37.9540.7564.26-
YUV168.98148.89110.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.62%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=27.62%
G=33.14%
B=39.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451742060.300.1600.19211.4838.3668.82
Hex91AECE1E10013d32645
Octal221256316362002332346105
Binary1001000110101110110011101111010000010011110100111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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