#91afda

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

Shades of Polo Blue #91AFDA

Tints of Polo Blue #91AFDA

Color information

#91AFDA (or 0x91AFDA) is unknown color: approx Polo Blue. HEX triplet: 91, AF and DA. RGB value is (145,175,218). Sum of RGB (Red+Green+Blue) = 145+175+218=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #91AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFDA is #6E5025. Grayscale: #AAAAAA. Windows color (decimal): -7229478 or 14331793. OLE color: 14331793.

HSL color Cylindrical-coordinate representation of color #91AFDA: hue angle of 215.34º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91AFDA is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145175218-
CMYK0.330.2000.15
HSL215.34º49.66%71.18%-
HSV(B)215.34º33.49%85.49%-
XYZ39.6641.7472.3-
YUV170.93154.56109.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.95%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=26.95%
G=32.53%
B=40.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451752180.330.2000.15215.3449.6671.18
Hex91AFDA21140Fd73247
Octal221257332412401732762107
Binary1001000110101111110110101000011010001111110101111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91afda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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