#91AFC7

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

Shades of Polo Blue #91AFC7

Tints of Polo Blue #91AFC7

Color information

#91AFC7 (or 0x91AFC7) is unknown color: approx Polo Blue. HEX triplet: 91, AF and C7. RGB value is (145,175,199). Sum of RGB (Red+Green+Blue) = 145+175+199=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 199 - color contains mainly: blue. Hex color #91AFC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFC7 is #6E5038. Grayscale: #A8A8A8. Windows color (decimal): -7229497 or 13086609. OLE color: 13086609.

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

Color convert

RGB145175199-
CMYK0.270.1200.22
HSL206.67º32.53%67.45%-
HSV(B)206.67º27.14%78.04%-
XYZ37.3240.859.94-
YUV168.77145.06111.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.94%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 199 (78.12% from 255) = 38.34%
R=27.94%
G=33.72%
B=38.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451751990.270.1200.22206.6732.5367.45
Hex91AFC71BC016cf2143
Octal221257307331402631741103
Binary100100011010111111000111110111100010110110011111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,175,199); }

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

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

 a { background-color: rgb(145,175,199); }

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

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

 span { border-color: rgb(145,175,199); }

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