#91AFDC

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

Shades of Polo Blue #91AFDC

Tints of Polo Blue #91AFDC

Color information

#91AFDC (or 0x91AFDC) is unknown color: approx Polo Blue. HEX triplet: 91, AF and DC. RGB value is (145,175,220). Sum of RGB (Red+Green+Blue) = 145+175+220=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #91AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFDC is #6E5023. Grayscale: #AAAAAA. Windows color (decimal): -7229476 or 14462865. OLE color: 14462865.

HSL color Cylindrical-coordinate representation of color #91AFDC: hue angle of 216º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91AFDC is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145175220-
CMYK0.340.2000.14
HSL216º51.72%71.57%-
HSV(B)216º34.09%86.27%-
XYZ39.9341.8573.68-
YUV171.16155.56109.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.85%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=26.85%
G=32.41%
B=40.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451752200.340.2000.1421651.7271.57
Hex91AFDC22140Ed83448
Octal221257334422401633064110
Binary1001000110101111110111001000101010001110110110001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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