#91AFCB

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

Shades of Polo Blue #91AFCB

Tints of Polo Blue #91AFCB

Color information

#91AFCB (or 0x91AFCB) is unknown color: approx Polo Blue. HEX triplet: 91, AF and CB. RGB value is (145,175,203). Sum of RGB (Red+Green+Blue) = 145+175+203=523 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.72% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #91AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFCB is #6E5034. Grayscale: #A9A9A9. Windows color (decimal): -7229493 or 13348753. OLE color: 13348753.

HSL color Cylindrical-coordinate representation of color #91AFCB: hue angle of 208.97º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91AFCB is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145175203-
CMYK0.290.1400.20
HSL208.97º35.8%68.24%-
HSV(B)208.97º28.57%79.61%-
XYZ37.7940.9962.42-
YUV169.22147.06110.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.72%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=27.72%
G=33.46%
B=38.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451752030.290.1400.20208.9735.868.24
Hex91AFCB1DE014d12444
Octal221257313351602432144104
Binary100100011010111111001011111011110010100110100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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