#91B3DF

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

Shades of Polo Blue #91B3DF

Tints of Polo Blue #91B3DF

Color information

#91B3DF (or 0x91B3DF) is unknown color: approx Polo Blue. HEX triplet: 91, B3 and DF. RGB value is (145,179,223). Sum of RGB (Red+Green+Blue) = 145+179+223=547 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.51% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #91B3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B3DF is #6E4C20. Grayscale: #ADADAD. Windows color (decimal): -7228449 or 14660497. OLE color: 14660497.

HSL color Cylindrical-coordinate representation of color #91B3DF: hue angle of 213.85º degrees, saturation: 0.55, 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 #91B3DF is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145179223-
CMYK0.350.2000.13
HSL213.85º54.93%72.16%-
HSV(B)213.85º34.98%87.45%-
XYZ41.1243.5976.06-
YUV173.85155.74107.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.51%
GREEN value IS 179 (70.31% from 255) = 32.72%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=26.51%
G=32.72%
B=40.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451792230.350.2000.13213.8554.9372.16
Hex91B3DF23140Dd63748
Octal221263337432401532667110
Binary1001000110110011110111111000111010001101110101101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,179,223); }

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

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

 a { background-color: rgb(145,179,223); }

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

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

 span { border-color: rgb(145,179,223); }

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