#91B0DF

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

Shades of Polo Blue #91B0DF

Tints of Polo Blue #91B0DF

Color information

#91B0DF (or 0x91B0DF) is unknown color: approx Polo Blue. HEX triplet: 91, B0 and DF. RGB value is (145,176,223). Sum of RGB (Red+Green+Blue) = 145+176+223=544 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.65% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #91B0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B0DF is #6E4F20. Grayscale: #ABABAB. Windows color (decimal): -7229217 or 14659729. OLE color: 14659729.

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

Color convert

RGB145176223-
CMYK0.350.2100.13
HSL216.15º54.93%72.16%-
HSV(B)216.15º34.98%87.45%-
XYZ40.5242.475.86-
YUV172.09156.73108.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.65%
GREEN value IS 176 (69.14% from 255) = 32.35%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=26.65%
G=32.35%
B=40.99%

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
Decimal1451762230.350.2100.13216.1554.9372.16
Hex91B0DF23150Dd83748
Octal221260337432501533067110
Binary1001000110110000110111111000111010101101110110001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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