#91AFCE

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

Shades of Polo Blue #91AFCE

Tints of Polo Blue #91AFCE

Color information

#91AFCE (or 0x91AFCE) is unknown color: approx Polo Blue. HEX triplet: 91, AF and CE. RGB value is (145,175,206). Sum of RGB (Red+Green+Blue) = 145+175+206=526 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.57% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #91AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFCE is #6E5031. Grayscale: #A9A9A9. Windows color (decimal): -7229490 or 13545361. OLE color: 13545361.

HSL color Cylindrical-coordinate representation of color #91AFCE: hue angle of 210.49º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91AFCE is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145175206-
CMYK0.300.1500.19
HSL210.49º38.36%68.82%-
HSV(B)210.49º29.61%80.78%-
XYZ38.1541.1464.32-
YUV169.56148.56110.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.57%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=27.57%
G=33.27%
B=39.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451752060.300.1500.19210.4938.3668.82
Hex91AFCE1EF013d22645
Octal221257316361702332246105
Binary100100011010111111001110111101111010011110100101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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