#91AFDE

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

Shades of Polo Blue #91AFDE

Tints of Polo Blue #91AFDE

Color information

#91AFDE (or 0x91AFDE) is unknown color: approx Polo Blue. HEX triplet: 91, AF and DE. RGB value is (145,175,222). Sum of RGB (Red+Green+Blue) = 145+175+222=542 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.75% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #91AFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFDE is #6E5021. Grayscale: #ABABAB. Windows color (decimal): -7229474 or 14593937. OLE color: 14593937.

HSL color Cylindrical-coordinate representation of color #91AFDE: hue angle of 216.62º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91AFDE is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145175222-
CMYK0.350.2100.13
HSL216.62º53.85%71.96%-
HSV(B)216.62º34.68%87.06%-
XYZ40.1941.9575.09-
YUV171.39156.56109.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.75%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=26.75%
G=32.29%
B=40.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451752220.350.2100.13216.6253.8571.96
Hex91AFDE23150Dd93648
Octal221257336432501533166110
Binary1001000110101111110111101000111010101101110110011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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